-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
240 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "Story Odyssey Testnet", | ||
"chain": "Story Odyssey Testnet", | ||
"rpc": ["https://odyssey.storyrpc.io"], | ||
"faucets": [], | ||
"chainId": 1516, | ||
"networkId": 1516, | ||
"nativeCurrency": { | ||
"name": "IP", | ||
"symbol": "IP", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.story.foundation", | ||
"shortName": "story-testnet", | ||
"explorers": [ | ||
{ | ||
"name": "Story Odyssey Network explorer", | ||
"url": "https://odyssey-testnet-explorer.storyscan.xyz", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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,23 @@ | ||
{ | ||
"name": "Digital Smart Chain", | ||
"chain": "Digital Smart Chain", | ||
"icon": "dscscan", | ||
"rpc": ["https://rpc01.dscscan.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Digital Smart Chain", | ||
"symbol": "DSCs", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://rpc01.dscscan.io", | ||
"shortName": "DSCs", | ||
"chainId": 1555, | ||
"networkId": 1555, | ||
"explorers": [ | ||
{ | ||
"name": "Digital Smart Chain", | ||
"url": "https://explorer.dotblox.io", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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,24 @@ | ||
{ | ||
"name": "Accumulate Kermit", | ||
"shortName": "Kermit", | ||
"title": "Accumulate Kermit Testnet", | ||
"chain": "Accumulate", | ||
"chainId": 2478899481, | ||
"networkId": 2478899481, | ||
"infoURL": "https://accumulate.org", | ||
"slip44": 2147483929, | ||
"rpc": ["https://kermit.accumulatenetwork.io/eth"], | ||
"nativeCurrency": { | ||
"name": "ACME", | ||
"symbol": "ACME", | ||
"decimals": 18 | ||
}, | ||
"faucets": ["https://kermit.explorer.accumulatenetwork.io/faucet"], | ||
"explorers": [ | ||
{ | ||
"name": "accumulate-explorer-kermit", | ||
"url": "https://kermit.explorer.accumulatenetwork.io", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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,23 @@ | ||
{ | ||
"name": "ApeChain", | ||
"chain": "apechain", | ||
"rpc": ["https://rpc.apechain.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "ApeCoin", | ||
"symbol": "APE", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://apechain.com", | ||
"shortName": "apechain", | ||
"chainId": 33139, | ||
"networkId": 33139, | ||
"icon": "apechain", | ||
"explorers": [ | ||
{ | ||
"name": "ApeChain Explorer", | ||
"url": "https://apescan.io", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -1,16 +1,43 @@ | ||
{ | ||
"name": "World Chain", | ||
"chain": "ETH", | ||
"rpc": ["https://worldchain-mainnet.g.alchemy.com/public"], | ||
"rpc": [ | ||
"https://worldchain-mainnet.g.alchemy.com/public", | ||
"https://480.rpc.thirdweb.com", | ||
"https://worldchain-mainnet.gateway.tenderly.co", | ||
"wss://worldchain-mainnet.gateway.tenderly.co" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://worldcoin.org", | ||
"infoURL": "https://world.org/world-chain", | ||
"shortName": "wc", | ||
"chainId": 480, | ||
"networkId": 480, | ||
"status": "incubating" | ||
"slip44": 1, | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-1", | ||
"bridges": [ | ||
{ "url": "https://world-chain.superbridge.app" }, | ||
{ "url": "https://app.across.to/bridge?destinationChainId=480" }, | ||
{ "url": "https://worldchain-mainnet.bridge.alchemy.com" } | ||
] | ||
}, | ||
"explorers": [ | ||
{ | ||
"name": "etherscan", | ||
"url": "https://worldscan.org", | ||
"standard": "EIP3091" | ||
}, | ||
{ | ||
"name": "blockscout", | ||
"url": "https://worldchain-mainnet.explorer.alchemy.com", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -1,17 +1,42 @@ | ||
{ | ||
"name": "World Chain Sepolia Testnet", | ||
"chain": "ETH", | ||
"rpc": ["https://worldchain-sepolia.g.alchemy.com/public"], | ||
"faucets": [], | ||
"rpc": [ | ||
"https://worldchain-sepolia.g.alchemy.com/public", | ||
"https://4801.rpc.thirdweb.com", | ||
"https://worldchain-sepolia.gateway.tenderly.co", | ||
"wss://worldchain-sepolia.gateway.tenderly.co" | ||
], | ||
"faucets": [ | ||
"https://www.alchemy.com/faucets/world-chain-sepolia", | ||
"https://console.optimism.io/faucet" | ||
], | ||
"nativeCurrency": { | ||
"name": "Sepolia Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://worldcoin.org/", | ||
"infoURL": "https://world.org/world-chain", | ||
"shortName": "wcsep", | ||
"chainId": 4801, | ||
"networkId": 4801, | ||
"slip44": 1, | ||
"explorers": [] | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111", | ||
"bridges": [{ "url": "https://worldchain-sepolia.bridge.alchemy.com" }] | ||
}, | ||
"explorers": [ | ||
{ | ||
"name": "etherscan", | ||
"url": "https://sepolia.worldscan.org", | ||
"standard": "EIP3091" | ||
}, | ||
{ | ||
"name": "blockscout", | ||
"url": "https://worldchain-sepolia.explorer.alchemy.com", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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,32 @@ | ||
{ | ||
"name": "Proof of Play - Boss", | ||
"chainId": 70701, | ||
"shortName": "pop-boss", | ||
"chain": "ETH", | ||
"networkId": 70701, | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"rpc": ["https://rpc.boss.proofofplay.com"], | ||
"faucets": [], | ||
"explorers": [ | ||
{ | ||
"name": "Proof of Play Boss Explorer", | ||
"url": "https://explorer.boss.proofofplay.com", | ||
"icon": "pop-boss", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"infoURL": "https://proofofplay.com", | ||
"icon": "pop-boss", | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-42161", | ||
"bridges": [ | ||
{ "url": "https://bridge.arbitrum.io" }, | ||
{ "url": "https://relay.link/bridge/boss/" } | ||
] | ||
} | ||
} |
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,25 @@ | ||
{ | ||
"name": "0XL3", | ||
"chain": "0XL3", | ||
"icon": "0xl3", | ||
"rpc": ["https://rpc.0xl3.com"], | ||
"faucets": [], | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"nativeCurrency": { | ||
"name": "XL3", | ||
"symbol": "XL3", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://0xl3.com", | ||
"shortName": "0xl3", | ||
"chainId": 7117, | ||
"networkId": 7117, | ||
"explorers": [ | ||
{ | ||
"name": "0XL3 Explorer", | ||
"url": "https://exp.0xl3.com", | ||
"icon": "0xl3", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmSsUNLDQXspXXLCH6bUW5CKJgon42yiVZ2Gp4ZBWL79Vx", | ||
"width": 500, | ||
"height": 500, | ||
"format": "png" | ||
} | ||
] |
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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmTqiPnYZx6ZyPPbtsuh8VvvoH6DSCJGjTUgtTN9X8NScP", | ||
"width": 1200, | ||
"height": 1200, | ||
"format": "png" | ||
} | ||
] |
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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmfY4XoQCj3WbiSsj7nZyBXwkDX6PFsWSroTDvhP9Eoy6S", | ||
"width": 53, | ||
"height": 53, | ||
"format": "png" | ||
} | ||
] |
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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC", | ||
"width": 1256, | ||
"height": 1256, | ||
"format": "png" | ||
} | ||
] |