Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Next Next commit
chore(chains): sync chains
  • Loading branch information
jnsdls committed Oct 24, 2023
commit ea31034dd058f012b05460c1c398478e1769d0cb
33 changes: 29 additions & 4 deletions packages/chains/chains/1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import type { Chain } from "../src/types";
export default {
"chain": "ETH",
"chainId": 1,
"ens": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
},
"explorers": [
{
"name": "etherscan",
Expand All @@ -11,16 +14,33 @@ export default {
{
"name": "blockscout",
"url": "https://eth.blockscout.com",
"standard": "EIP3091"
"standard": "EIP3091",
"icon": {
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM",
"width": 551,
"height": 540,
"format": "png"
}
},
{
"name": "dexguru",
"url": "https://ethereum.dex.guru",
"standard": "EIP3091",
"icon": {
"url": "ipfs://QmRaASKRSjQ5btoUQ2rNTJNxKtx2a2RoewgA7DMQkLVEne",
"width": 83,
"height": 82,
"format": "svg"
}
}
],
"faucets": [],
"features": [
{
"name": "EIP1559"
"name": "EIP155"
},
{
"name": "EIP155"
"name": "EIP1559"
}
],
"icon": {
Expand All @@ -36,9 +56,11 @@ export default {
"symbol": "ETH",
"decimals": 18
},
"networkId": 1,
"redFlags": [],
"rpc": [
"https://ethereum.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://1.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
"wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
"https://eth-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
Expand All @@ -47,9 +69,12 @@ export default {
"https://ethereum.publicnode.com",
"wss://ethereum.publicnode.com",
"https://mainnet.gateway.tenderly.co",
"wss://mainnet.gateway.tenderly.co"
"wss://mainnet.gateway.tenderly.co",
"https://rpc.blocknative.com/boost",
"https://rpc.flashbots.net/fast"
],
"shortName": "eth",
"slip44": 60,
"slug": "ethereum",
"testnet": false
} as const satisfies Chain;
21 changes: 20 additions & 1 deletion packages/chains/chains/10.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,24 @@ export default {
{
"name": "blockscout",
"url": "https://optimism.blockscout.com",
"standard": "EIP3091"
"standard": "EIP3091",
"icon": {
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM",
"width": 551,
"height": 540,
"format": "png"
}
},
{
"name": "dexguru",
"url": "https://optimism.dex.guru",
"standard": "EIP3091",
"icon": {
"url": "ipfs://QmRaASKRSjQ5btoUQ2rNTJNxKtx2a2RoewgA7DMQkLVEne",
"width": 83,
"height": 82,
"format": "svg"
}
}
],
"faucets": [],
Expand All @@ -29,9 +46,11 @@ export default {
"symbol": "ETH",
"decimals": 18
},
"networkId": 10,
"redFlags": [],
"rpc": [
"https://optimism.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://10.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://optimism-mainnet.infura.io/v3/${INFURA_API_KEY}",
"https://opt-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://mainnet.optimism.io",
Expand Down
24 changes: 21 additions & 3 deletions packages/chains/chains/100.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,36 @@ export default {
{
"name": "blockscout",
"url": "https://gnosis.blockscout.com",
"standard": "EIP3091"
"standard": "EIP3091",
"icon": {
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM",
"width": 551,
"height": 540,
"format": "png"
}
},
{
"name": "gnosisscan",
"url": "https://gnosisscan.io",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://gnosis.dex.guru",
"standard": "EIP3091",
"icon": {
"url": "ipfs://QmRaASKRSjQ5btoUQ2rNTJNxKtx2a2RoewgA7DMQkLVEne",
"width": 83,
"height": 82,
"format": "svg"
}
}
],
"faucets": [
"https://gnosisfaucet.com",
"https://stakely.io/faucet/gnosis-chain-xdai",
"https://faucet.prussia.dev/xdai"
],
"features": [],
"icon": {
"url": "ipfs://bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm",
"width": 1800,
Expand All @@ -33,9 +49,10 @@ export default {
"symbol": "XDAI",
"decimals": 18
},
"redFlags": [],
"networkId": 100,
"rpc": [
"https://gnosis.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://100.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://rpc.gnosischain.com",
"https://rpc.gnosis.gateway.fm",
"https://rpc.ankr.com/gnosis",
Expand All @@ -50,6 +67,7 @@ export default {
"wss://gnosis.publicnode.com"
],
"shortName": "gno",
"slip44": 700,
"slug": "gnosis",
"testnet": false
} as const satisfies Chain;
8 changes: 6 additions & 2 deletions packages/chains/chains/1000.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ export default {
}
],
"faucets": [],
"features": [],
"infoURL": "https://gton.capital",
"name": "GTON Mainnet",
"nativeCurrency": {
"name": "GCD",
"symbol": "GCD",
"decimals": 18
},
"redFlags": [],
"networkId": 1000,
"parent": {
"type": "L2",
"chain": "eip155-1"
},
"rpc": [
"https://gton.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://1000.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://rpc.gton.network/"
],
"shortName": "gton",
Expand Down
4 changes: 2 additions & 2 deletions packages/chains/chains/10000.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ export default {
"chainId": 10000,
"explorers": [],
"faucets": [],
"features": [],
"infoURL": "https://smartbch.org/",
"name": "Smart Bitcoin Cash",
"nativeCurrency": {
"name": "Bitcoin Cash",
"symbol": "BCH",
"decimals": 18
},
"redFlags": [],
"networkId": 10000,
"rpc": [
"https://smart-bitcoin-cash.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://10000.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://smartbch.greyh.at",
"https://rpc-mainnet.smartbch.org",
"https://smartbch.fountainhead.cash/mainnet",
Expand Down
4 changes: 2 additions & 2 deletions packages/chains/chains/100000.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ export default {
"chainId": 100000,
"explorers": [],
"faucets": [],
"features": [],
"infoURL": "https://www.quarkchain.io",
"name": "QuarkChain Mainnet Root",
"nativeCurrency": {
"name": "QKC",
"symbol": "QKC",
"decimals": 18
},
"redFlags": [],
"networkId": 100000,
"rpc": [
"https://quarkchain-root.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://100000.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"http://jrpc.mainnet.quarkchain.io:38391"
],
"shortName": "qkc-r",
Expand Down
8 changes: 6 additions & 2 deletions packages/chains/chains/100001.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ export default {
}
],
"faucets": [],
"features": [],
"infoURL": "https://www.quarkchain.io",
"name": "QuarkChain Mainnet Shard 0",
"nativeCurrency": {
"name": "QKC",
"symbol": "QKC",
"decimals": 18
},
"redFlags": [],
"networkId": 100001,
"parent": {
"type": "shard",
"chain": "eip155-100000"
},
"rpc": [
"https://quarkchain-shard-0.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://100001.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://mainnet-s0-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39000"
],
Expand Down
8 changes: 6 additions & 2 deletions packages/chains/chains/100002.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ export default {
}
],
"faucets": [],
"features": [],
"infoURL": "https://www.quarkchain.io",
"name": "QuarkChain Mainnet Shard 1",
"nativeCurrency": {
"name": "QKC",
"symbol": "QKC",
"decimals": 18
},
"redFlags": [],
"networkId": 100002,
"parent": {
"type": "shard",
"chain": "eip155-100000"
},
"rpc": [
"https://quarkchain-shard-1.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://100002.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://mainnet-s1-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39001"
],
Expand Down
8 changes: 6 additions & 2 deletions packages/chains/chains/100003.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ export default {
}
],
"faucets": [],
"features": [],
"infoURL": "https://www.quarkchain.io",
"name": "QuarkChain Mainnet Shard 2",
"nativeCurrency": {
"name": "QKC",
"symbol": "QKC",
"decimals": 18
},
"redFlags": [],
"networkId": 100003,
"parent": {
"type": "shard",
"chain": "eip155-100000"
},
"rpc": [
"https://quarkchain-shard-2.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://100003.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://mainnet-s2-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39002"
],
Expand Down
8 changes: 6 additions & 2 deletions packages/chains/chains/100004.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ export default {
}
],
"faucets": [],
"features": [],
"infoURL": "https://www.quarkchain.io",
"name": "QuarkChain Mainnet Shard 3",
"nativeCurrency": {
"name": "QKC",
"symbol": "QKC",
"decimals": 18
},
"redFlags": [],
"networkId": 100004,
"parent": {
"type": "shard",
"chain": "eip155-100000"
},
"rpc": [
"https://quarkchain-shard-3.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://100004.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://mainnet-s3-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39003"
],
Expand Down
8 changes: 6 additions & 2 deletions packages/chains/chains/100005.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ export default {
}
],
"faucets": [],
"features": [],
"infoURL": "https://www.quarkchain.io",
"name": "QuarkChain Mainnet Shard 4",
"nativeCurrency": {
"name": "QKC",
"symbol": "QKC",
"decimals": 18
},
"redFlags": [],
"networkId": 100005,
"parent": {
"type": "shard",
"chain": "eip155-100000"
},
"rpc": [
"https://quarkchain-shard-4.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://100005.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://mainnet-s4-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39004"
],
Expand Down
8 changes: 6 additions & 2 deletions packages/chains/chains/100006.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ export default {
}
],
"faucets": [],
"features": [],
"infoURL": "https://www.quarkchain.io",
"name": "QuarkChain Mainnet Shard 5",
"nativeCurrency": {
"name": "QKC",
"symbol": "QKC",
"decimals": 18
},
"redFlags": [],
"networkId": 100006,
"parent": {
"type": "shard",
"chain": "eip155-100000"
},
"rpc": [
"https://quarkchain-shard-5.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://100006.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://mainnet-s5-ethapi.quarkchain.io",
"http://eth-jrpc.mainnet.quarkchain.io:39005"
],
Expand Down
Loading