-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from SocketDotTech/add-chains
feat: latest dl chains
- Loading branch information
Showing
8 changed files
with
1,714 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
export const chainDetails = { | ||
1: { | ||
chainId: 1, | ||
chainName: "Ethereum", | ||
blockExplorerUrl: "https://etherscan.io", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Ether.svg", | ||
}, | ||
5: { | ||
chainId: 5, | ||
chainName: "Goerli", | ||
blockExplorerUrl: "https://goerli.etherscan.io", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Ether.svg", | ||
}, | ||
10: { | ||
chainId: 10, | ||
chainName: "Optimism", | ||
blockExplorerUrl: "https://optimistic.etherscan.io", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Optimism.svg", | ||
}, | ||
56: { | ||
chainId: 56, | ||
chainName: "BNB Chain", | ||
blockExplorerUrl: "https://bscscan.com", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/BSC.svg", | ||
}, | ||
137: { | ||
chainId: 137, | ||
chainName: "Polygon", | ||
blockExplorerUrl: "https://polygonscan.com", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Matic.svg", | ||
}, | ||
420: { | ||
chainId: 420, | ||
chainName: "Optimism Goerli", | ||
blockExplorerUrl: "https://goerli-optimism.etherscan.io", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Optimism.svg", | ||
}, | ||
647: { | ||
chainId: 647, | ||
chainName: "Stavanger testnet", | ||
blockExplorerUrl: "https://sn2-stavanger-blockscout.eu-north-2.gateway.fm", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Matic.svg", | ||
}, | ||
901: { | ||
chainId: 901, | ||
chainName: "Lyra testnet", | ||
blockExplorerUrl: "https://explorerl2new-prod-testnet-0eakp60405.t.conduit.xyz", | ||
logoURI: "/img/lyra-logo.png", | ||
}, | ||
957: { | ||
chainId: 957, | ||
chainName: "Lyra", | ||
blockExplorerUrl: "https://explorer.lyra.finance", | ||
logoURI: "/img/lyra-logo.png", | ||
}, | ||
2999: { | ||
chainId: 2999, | ||
chainName: "Aevo", | ||
blockExplorerUrl: "https://explorer.aevo.xyz", | ||
logoURI: "/img/aevo-logo.png", | ||
}, | ||
42161: { | ||
chainId: 42161, | ||
chainName: "Arbitrum", | ||
blockExplorerUrl: "https://arbiscan.io", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Arbitrum.svg", | ||
}, | ||
80001: { | ||
chainId: 80001, | ||
chainName: "Polygon Mumbai testnet", | ||
blockExplorerUrl: "https://mumbai.polygonscan.com", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Matic.svg", | ||
}, | ||
421613: { | ||
chainId: 421613, | ||
chainName: "Arbitrum Goerli", | ||
blockExplorerUrl: "https://goerli.arbiscan.io", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Arbitrum.svg", | ||
}, | ||
421614: { | ||
chainId: 421614, | ||
chainName: "Arbitrum Sepolia", | ||
blockExplorerUrl: "https://sepolia.arbiscan.io", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Arbitrum.svg", | ||
}, | ||
11155111: { | ||
chainId: 11155111, | ||
chainName: "Sepolia", | ||
blockExplorerUrl: "https://sepolia.etherscan.io", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Ether.svg", | ||
}, | ||
11155112: { | ||
chainId: 11155112, | ||
chainName: "Aevo testnet", | ||
blockExplorerUrl: "https://explorer-testnet.aevo.xyz", | ||
logoURI: "/img/aevo-logo.png", | ||
}, | ||
11155420: { | ||
chainId: 11155420, | ||
chainName: "Optimism Sepolia", | ||
blockExplorerUrl: "https://sepolia-optimism.etherscan.io", | ||
logoURI: "https://movricons.s3.ap-south-1.amazonaws.com/Optimism.svg", | ||
}, | ||
686669576: { | ||
chainId: 686669576, | ||
chainName: "SX Network Testnet", | ||
blockExplorerUrl: "https://explorer.toronto.sx.technology", | ||
logoURI: "/img/sx-logo.png", | ||
}, | ||
1399904803: { | ||
chainId: 1399904803, | ||
chainName: "XAI Testnet", | ||
blockExplorerUrl: "https://testnet-explorer.xai-chain.net", | ||
logoURI: "/img/xai-logo.png", | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.