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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(chains): sync chains
  • Loading branch information
jnsdls committed Oct 28, 2023
commit c25225a1f105d52b0c8d3bb7b3b3915612b30824
5 changes: 5 additions & 0 deletions .changeset/metal-jeans-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/chains": patch
---

sync chains
26 changes: 26 additions & 0 deletions packages/chains/chains/100100.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import type { Chain } from "../src/types";
export default {
"chain": "CHI1",
"chainId": 100100,
"explorers": [],
"faucets": [],
"icon": {
"url": "ipfs://bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm",
"width": 1800,
"height": 1800,
"format": "png"
},
"infoURL": "https://docs.gnosischain.com",
"name": "Deprecated CHI",
"nativeCurrency": {
"name": "Chiado xDAI",
"symbol": "xDAI",
"decimals": 18
},
"networkId": 100100,
"rpc": [],
"shortName": "chi1",
"slug": "deprecated-chi",
"status": "deprecated",
"testnet": false
} as const satisfies Chain;
36 changes: 36 additions & 0 deletions packages/chains/chains/1071.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
import type { Chain } from "../src/types";
export default {
"chain": "ShimmerEVM",
"chainId": 1071,
"explorers": [
{
"name": "explorer",
"url": "https://explorer.evm.testnet.shimmer.network",
"standard": "EIP3091"
}
],
"faucets": [
"https://evm-toolkit.evm.testnet.shimmer.network",
"https://evm-faucet.testnet.shimmer.network"
],
"icon": {
"url": "ipfs://bafkreibky2sy6qhi6arktayvologkrgu5kudpgdxfkx4uosbvmstz7v4di",
"width": 720,
"height": 720,
"format": "png"
},
"infoURL": "https://shimmer.network",
"name": "ShimmerEVM Testnet Deprecated",
"nativeCurrency": {
"name": "SMR",
"symbol": "SMR",
"decimals": 18
},
"networkId": 1071,
"rpc": [],
"shortName": "shimmerevm-testnet-deprecated",
"slug": "shimmerevm-testnet-deprecated",
"status": "deprecated",
"testnet": true,
"title": "ShimmerEVM Testnet Deprecated"
} as const satisfies Chain;
14 changes: 11 additions & 3 deletions packages/chains/chains/11155111.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ export default {
"faucets": [
"http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"
],
"features": [],
"icon": {
"url": "ipfs://QmcxZHpyJa8T4i63xqjPYrZ6tKrt55tZJpbXcjSDKuKaf9/ethereum/512.png",
"width": 512,
"height": 512,
"format": "png"
},
"infoURL": "https://sepolia.otterscan.io",
"name": "Sepolia",
"nativeCurrency": {
Expand All @@ -25,22 +32,23 @@ export default {
"decimals": 18
},
"networkId": 11155111,
"redFlags": [],
"rpc": [
"https://sepolia.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://11155111.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://sepolia.infura.io/v3/${INFURA_API_KEY}",
"wss://sepolia.infura.io/v3/${INFURA_API_KEY}",
"https://rpc.sepolia.org",
"https://rpc2.sepolia.org",
"https://rpc-sepolia.rockx.com",
"https://rpc.sepolia.ethpandaops.io",
"https://sepolia.infura.io/v3/${INFURA_API_KEY}",
"wss://sepolia.infura.io/v3/${INFURA_API_KEY}",
"https://sepolia.gateway.tenderly.co",
"wss://sepolia.gateway.tenderly.co",
"https://ethereum-sepolia.publicnode.com",
"wss://ethereum-sepolia.publicnode.com"
],
"shortName": "sep",
"slug": "sepolia",
"testnet": true,
"testnet": false,
"title": "Ethereum Testnet Sepolia"
} as const satisfies Chain;
26 changes: 26 additions & 0 deletions packages/chains/chains/115.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import type { Chain } from "../src/types";
export default {
"chain": "DeBank",
"chainId": 115,
"explorers": [],
"faucets": [],
"icon": {
"url": "ipfs://QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN",
"width": 400,
"height": 400,
"format": "png"
},
"infoURL": "https://debank.com",
"name": "DeBank Testnet(Deprecated)",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"networkId": 115,
"rpc": [],
"shortName": "debank-testnet",
"slug": "debank-testnet-deprecated",
"status": "deprecated",
"testnet": true
} as const satisfies Chain;
26 changes: 26 additions & 0 deletions packages/chains/chains/116.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import type { Chain } from "../src/types";
export default {
"chain": "DeBank",
"chainId": 116,
"explorers": [],
"faucets": [],
"icon": {
"url": "ipfs://QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN",
"width": 400,
"height": 400,
"format": "png"
},
"infoURL": "https://debank.com",
"name": "DeBank Mainnet",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"networkId": 116,
"rpc": [],
"shortName": "debank-mainnet",
"slug": "debank",
"status": "deprecated",
"testnet": false
} as const satisfies Chain;
19 changes: 19 additions & 0 deletions packages/chains/chains/1286.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import type { Chain } from "../src/types";
export default {
"chain": "MOON",
"chainId": 1286,
"explorers": [],
"faucets": [],
"name": "Moonrock old",
"nativeCurrency": {
"name": "Rocs",
"symbol": "ROC",
"decimals": 18
},
"networkId": 1286,
"rpc": [],
"shortName": "mrock-old",
"slug": "moonrock-old",
"status": "deprecated",
"testnet": false
} as const satisfies Chain;
27 changes: 27 additions & 0 deletions packages/chains/chains/1402.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import type { Chain } from "../src/types";
export default {
"chain": "Polygon",
"chainId": 1402,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.public.zkevm-test.net",
"standard": "EIP3091"
}
],
"faucets": [],
"infoURL": "https://polygon.technology/solutions/polygon-zkevm/",
"name": "Polygon zkEVM Testnet old",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"networkId": 1402,
"rpc": [],
"shortName": "zkevmtest",
"slug": "polygon-zkevm-testnet-old",
"status": "deprecated",
"testnet": true,
"title": "Polygon zkEVM Testnet"
} as const satisfies Chain;
27 changes: 27 additions & 0 deletions packages/chains/chains/1422.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import type { Chain } from "../src/types";
export default {
"chain": "Polygon",
"chainId": 1422,
"explorers": [
{
"name": "Polygon zkEVM explorer",
"url": "https://explorer.public.zkevm-test.net",
"standard": "EIP3091"
}
],
"faucets": [],
"infoURL": "https://polygon.technology/solutions/polygon-zkevm/",
"name": "Polygon zkEVM Testnet Pre Audit-Upgraded",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"networkId": 1422,
"rpc": [],
"shortName": "testnet-zkEVM-mango-pre-audit-upgraded",
"slug": "polygon-zkevm-testnet-pre-audit-upgraded",
"status": "deprecated",
"testnet": true,
"title": "Polygon zkEVM Testnet Pre Audit-Upgraded"
} as const satisfies Chain;
35 changes: 35 additions & 0 deletions packages/chains/chains/1662.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
import type { Chain } from "../src/types";
export default {
"chain": "Yuma",
"chainId": 1662,
"explorers": [],
"faucets": [],
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"icon": {
"url": "ipfs://QmSFMBk3rMyu45Sy9KQHjgArFj4HdywANNYrSosLMUdcti",
"width": 1213,
"height": 1213,
"format": "png"
},
"infoURL": "https://horizen.io/",
"name": "Horizen Yuma Testnet Deprecated",
"nativeCurrency": {
"name": "Testnet Zen",
"symbol": "tZEN",
"decimals": 18
},
"networkId": 1662,
"rpc": [],
"shortName": "Yuma",
"slip44": 121,
"slug": "horizen-yuma-testnet-deprecated",
"status": "deprecated",
"testnet": true
} as const satisfies Chain;
36 changes: 36 additions & 0 deletions packages/chains/chains/167004.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
import type { Chain } from "../src/types";
export default {
"chain": "ETH",
"chainId": 167004,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.a2.taiko.xyz",
"standard": "EIP3091"
}
],
"faucets": [],
"icon": {
"url": "ipfs://QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui",
"width": 288,
"height": 258,
"format": "png"
},
"infoURL": "https://taiko.xyz",
"name": "Taiko (Alpha-2 Testnet)",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"networkId": 167004,
"rpc": [
"https://taiko-alpha-2-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://167004.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://rpc.a2.taiko.xyz"
],
"shortName": "taiko-a2",
"slug": "taiko-alpha-2-testnet",
"status": "deprecated",
"testnet": true
} as const satisfies Chain;
24 changes: 24 additions & 0 deletions packages/chains/chains/218.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import type { Chain } from "../src/types";
export default {
"chain": "SOTER",
"chainId": 218,
"explorers": [],
"faucets": [],
"infoURL": "https://www.soterone.com",
"name": "SoterOne Mainnet old",
"nativeCurrency": {
"name": "SoterOne Mainnet Ether",
"symbol": "SOTER",
"decimals": 18
},
"networkId": 218,
"rpc": [
"https://soterone-old.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://218.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://rpc.soter.one"
],
"shortName": "SO1-old",
"slug": "soterone-old",
"status": "deprecated",
"testnet": false
} as const satisfies Chain;
39 changes: 39 additions & 0 deletions packages/chains/chains/2203181.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
import type { Chain } from "../src/types";
export default {
"chain": "PlatON",
"chainId": 2203181,
"explorers": [
{
"name": "PlatON explorer",
"url": "https://devnetscan.platon.network",
"standard": "none"
}
],
"faucets": [
"https://devnet2faucet.platon.network/faucet"
],
"icon": {
"url": "ipfs://QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC",
"width": 180,
"height": 180,
"format": "png"
},
"infoURL": "https://www.platon.network",
"name": "PlatON Dev Testnet Deprecated",
"nativeCurrency": {
"name": "LAT",
"symbol": "lat",
"decimals": 18
},
"networkId": 1,
"rpc": [
"https://platon-dev-testnet-deprecated.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://2203181.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://devnetopenapi2.platon.network/rpc",
"wss://devnetopenapi2.platon.network/ws"
],
"shortName": "platondev",
"slug": "platon-dev-testnet-deprecated",
"status": "deprecated",
"testnet": true
} as const satisfies Chain;
Loading