Skip to content

Commit 2217c95

Browse files
committed
feat(onchain-interactions): Update for v2 apiUrls
1 parent b5ab3c8 commit 2217c95

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

libs/ts/base-utils/src/evm/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ export const networkMetadata = {
19371937
{
19381938
type: 'blockscout',
19391939
webUrl: 'https://zephyr-blockscout.eu-north-2.gateway.fm',
1940-
apiUrl: 'https://api.zephyr-blockscout.eu-north-2.gateway.fm/api',
1940+
apiUrl: 'https://zephyr-blockscout.eu-north-2.gateway.fm/api',
19411941
},
19421942
],
19431943
currency: Currency.Z,

libs/ts/onchain-interactions/src/scripts/cost-calculations.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ const networksV2Api: NetworkName[] = [
3535
'songbird-coston',
3636
'flare-coston',
3737
'surge-testnet',
38+
'aurora-testnet',
39+
'zephyr-testnet',
40+
'pyrope-testnet',
41+
'lumia-beam-testnet',
3842
];
3943

4044
type Gauges = {

0 commit comments

Comments
 (0)