Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 91726ae

Browse files
authored
Merge pull request #512 from api3dao/main
Initiate release
2 parents 9531a68 + da34eb4 commit 91726ae

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/chains': patch
3+
---
4+
5+
Fix fantom-testnet default rpc

chains/fantom-testnet.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
"providers": [
1717
{
1818
"alias": "default",
19-
"rpcUrl": "https://rpc.testnet.fantom.network"
20-
},
21-
{
22-
"alias": "publicnode",
2319
"rpcUrl": "https://fantom-testnet-rpc.publicnode.com"
2420
}
2521
],

src/generated/chains.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,10 +623,7 @@ export const CHAINS: Chain[] = [
623623
},
624624
id: '4002',
625625
name: 'Fantom testnet',
626-
providers: [
627-
{ alias: 'default', rpcUrl: 'https://rpc.testnet.fantom.network' },
628-
{ alias: 'publicnode', rpcUrl: 'https://fantom-testnet-rpc.publicnode.com' },
629-
],
626+
providers: [{ alias: 'default', rpcUrl: 'https://fantom-testnet-rpc.publicnode.com' }],
630627
symbol: 'FTM',
631628
testnet: true,
632629
},

0 commit comments

Comments
 (0)