We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dcbcd commit 86f9ea8Copy full SHA for 86f9ea8
apps/tx-builder/src/lib/getAbi.ts
@@ -129,6 +129,7 @@ export enum SUPPORTED_CHAINS {
129
SOPHON_TESTNET = '531050104',
130
NIBIRU = 6900,
131
NIBIRU_TESTNET = 6911,
132
+ HOODIE_TESTNET = 560048,
133
}
134
135
const getGatewayBaseUrl = (chain: string) => {
@@ -469,6 +470,8 @@ const getBlockscoutBaseURL = (chain: string): string => {
469
470
return 'https://evm-testnet.flowscan.io'
471
case SUPPORTED_CHAINS.STORY:
472
return 'https://odyssey-testnet-explorer.storyscan.xyz'
473
+ case SUPPORTED_CHAINS.HOODIE_TESTNET:
474
+ return 'https://hoodi.cloud.blockscout.com'
475
default:
476
return `https://blockscout.com/${chain}`
477
0 commit comments