We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ab3c8 commit 2217c95Copy full SHA for 2217c95
libs/ts/base-utils/src/evm/networks.ts
@@ -1937,7 +1937,7 @@ export const networkMetadata = {
1937
{
1938
type: 'blockscout',
1939
webUrl: 'https://zephyr-blockscout.eu-north-2.gateway.fm',
1940
- apiUrl: 'https://api.zephyr-blockscout.eu-north-2.gateway.fm/api',
+ apiUrl: 'https://zephyr-blockscout.eu-north-2.gateway.fm/api',
1941
},
1942
],
1943
currency: Currency.Z,
libs/ts/onchain-interactions/src/scripts/cost-calculations.ts
@@ -35,6 +35,10 @@ const networksV2Api: NetworkName[] = [
35
'songbird-coston',
36
'flare-coston',
37
'surge-testnet',
38
+ 'aurora-testnet',
39
+ 'zephyr-testnet',
40
+ 'pyrope-testnet',
41
+ 'lumia-beam-testnet',
42
];
43
44
type Gauges = {
0 commit comments