Skip to content

Commit c038a49

Browse files
committed
new chains
1 parent 5b4b7e8 commit c038a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/web3Providers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export const chainToProvider: Record<SupportedChain, () => Provider> = {
144144
NEO_X_TESTNET: () => new JsonRpcProvider("https://testnet.rpc.banelabs.org"),
145145
KATANA_TATARA: () => new JsonRpcProvider("https://rpc.tatara.katanarpc.com"),
146146
KATANA_MAINNET: () => new JsonRpcProvider("https://rpc.katanarpc.com"),
147+
BOTANIX_MAINNET: () => new JsonRpcProvider("https://rpc.botanix.org"),
147148
}
148149

149150
export const getRpcUrlForChain = (chain: SupportedChain): string => {

0 commit comments

Comments
 (0)