Skip to content

Commit

Permalink
Merge pull request #56 from SocketDotTech/new-chain-addr
Browse files Browse the repository at this point in the history
feat: add xai and arb testnet configs
  • Loading branch information
ameeshaagrawal authored Oct 18, 2023
2 parents 9fa4514 + 46d73cf commit 8a6047a
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 106 deletions.
12 changes: 12 additions & 0 deletions src/components/Contracts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,16 @@ export const config = {
blockExplorerUrl: "https://explorer.aevo.xyz",
logoURI: "/img/aevo-logo.png",
},
1399904803: {
chainId: 1399904803,
chainName: "XAI Testnet",
blockExplorerUrl: "https://testnet-explorer.xai-chain.net/",
logoURI: "/img/xai-logo.png",
},
421613: {
chainId: 421613,
chainName: "Arbitrum Goerli",
blockExplorerUrl: "https://goerli.arbiscan.io",
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Arbitrum.svg",
},
};
Loading

0 comments on commit 8a6047a

Please sign in to comment.