Skip to content

Commit 86f9ea8

Browse files
committed
feat: add hoodie testnet
1 parent f8dcbcd commit 86f9ea8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/tx-builder/src/lib/getAbi.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export enum SUPPORTED_CHAINS {
129129
SOPHON_TESTNET = '531050104',
130130
NIBIRU = 6900,
131131
NIBIRU_TESTNET = 6911,
132+
HOODIE_TESTNET = 560048,
132133
}
133134

134135
const getGatewayBaseUrl = (chain: string) => {
@@ -469,6 +470,8 @@ const getBlockscoutBaseURL = (chain: string): string => {
469470
return 'https://evm-testnet.flowscan.io'
470471
case SUPPORTED_CHAINS.STORY:
471472
return 'https://odyssey-testnet-explorer.storyscan.xyz'
473+
case SUPPORTED_CHAINS.HOODIE_TESTNET:
474+
return 'https://hoodi.cloud.blockscout.com'
472475
default:
473476
return `https://blockscout.com/${chain}`
474477
}

0 commit comments

Comments
 (0)