Skip to content

Commit 2d28791

Browse files
authored
Merge pull request #71 from idexo/base
added base
2 parents d46b8a7 + ee81595 commit 2d28791

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ The following mainnet networks are currently supported [values to set for networ
149149
* Arbitrum [arbitrum]
150150
* Arbitrum Nova [arbitrumnova]
151151
* Arweave [arweave]
152+
* Base [base]
152153
* Ethereum [etherum]
153154
* Fantom [fantom]
154155
* Filecoin [filecoin]

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ const chainURLs = {
66
arbitrum: "https://arbitrum.idexo.io",
77
arbitrumnova: "https://arbitrumnova.idexo.io",
88
arweave: "https://ziparweave.idexo.io",
9-
avalanche: "https://avalanche.idexo.io",
9+
base: "https://base.idexo.io",
1010
ethereum: "https://mainneteth.idexo.io",
1111
filecoin: "https://filecoin.idexo.io",
1212
mantle: "https://mantle.idexo.io",
1313
optimism: "https://optimism.idexo.io",
14+
polygon: "https://polygon.idexo.io",
1415
utilsUrl: "https://transactions.idexo.io",
1516
zksync: "https://zksync.idexo.io",
1617
zksynctest: "https://zksynctest.idexo.io"

0 commit comments

Comments
 (0)