File tree Expand file tree Collapse file tree 31 files changed +829
-80
lines changed
Expand file tree Collapse file tree 31 files changed +829
-80
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @thirdweb-dev/chains " : patch
3+ ---
4+
5+ Synced Chains Package
Original file line number Diff line number Diff line change 1+ import type { Chain } from "../src/types" ;
2+ export default {
3+ "chain" : "Avalanche" ,
4+ "chainId" : 10036 ,
5+ "explorers" : [ ] ,
6+ "faucets" : [ ] ,
7+ "features" : [ ] ,
8+ "icon" : {
9+ "url" : "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg" ,
10+ "width" : 256 ,
11+ "height" : 256 ,
12+ "format" : "svg"
13+ } ,
14+ "infoURL" : "https://avacloud.io" ,
15+ "name" : "Innovo Markets Mainnet" ,
16+ "nativeCurrency" : {
17+ "name" : "Innovo Markets Mainnet Token" ,
18+ "symbol" : "INN" ,
19+ "decimals" : 18
20+ } ,
21+ "networkId" : 10036 ,
22+ "redFlags" : [ ] ,
23+ "rpc" : [
24+ "https://10036.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25+ "https://subnets.avax.network/innovo/mainnet/rpc"
26+ ] ,
27+ "shortName" : "Innovo Markets Mainnet" ,
28+ "slug" : "innovo-markets" ,
29+ "testnet" : false
30+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change 1+ import type { Chain } from "../src/types" ;
2+ export default {
3+ "chain" : "REBUS" ,
4+ "chainId" : 1011 ,
5+ "explorers" : [
6+ {
7+ "name" : "Rebus EVM Explorer (Blockscout)" ,
8+ "url" : "https://evm.rebuschain.com" ,
9+ "standard" : "none" ,
10+ "icon" : {
11+ "url" : "ipfs://bafkreifzag46dhp33vb2uldg4htqbqipuqrapjga6ml6pnhn5yibbvb4gq" ,
12+ "width" : 512 ,
13+ "height" : 512 ,
14+ "format" : "png"
15+ }
16+ } ,
17+ {
18+ "name" : "Rebus Cosmos Explorer (ping.pub)" ,
19+ "url" : "https://cosmos.rebuschain.com" ,
20+ "standard" : "none" ,
21+ "icon" : {
22+ "url" : "ipfs://bafkreifzag46dhp33vb2uldg4htqbqipuqrapjga6ml6pnhn5yibbvb4gq" ,
23+ "width" : 512 ,
24+ "height" : 512 ,
25+ "format" : "png"
26+ }
27+ }
28+ ] ,
29+ "faucets" : [ ] ,
30+ "icon" : {
31+ "url" : "ipfs://bafkreifzag46dhp33vb2uldg4htqbqipuqrapjga6ml6pnhn5yibbvb4gq" ,
32+ "width" : 512 ,
33+ "height" : 512 ,
34+ "format" : "png"
35+ } ,
36+ "infoURL" : "https://www.rebuschain.com" ,
37+ "name" : "Rebus Mainnet" ,
38+ "nativeCurrency" : {
39+ "name" : "Rebus" ,
40+ "symbol" : "REBUS" ,
41+ "decimals" : 18
42+ } ,
43+ "networkId" : 1011 ,
44+ "rpc" : [
45+ "https://1011.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
46+ "https://apievm.rebuschain.com/rpc"
47+ ] ,
48+ "shortName" : "rebus" ,
49+ "slug" : "rebus" ,
50+ "testnet" : false ,
51+ "title" : "Rebuschain Mainnet"
52+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change 1+ import type { Chain } from "../src/types" ;
2+ export default {
3+ "chain" : "Avalanche" ,
4+ "chainId" : 10255 ,
5+ "explorers" : [ ] ,
6+ "faucets" : [ ] ,
7+ "features" : [ ] ,
8+ "icon" : {
9+ "url" : "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg" ,
10+ "width" : 256 ,
11+ "height" : 256 ,
12+ "format" : "svg"
13+ } ,
14+ "infoURL" : "https://avacloud.io" ,
15+ "name" : "Coqnet Testnet" ,
16+ "nativeCurrency" : {
17+ "name" : "Coqnet Testnet Token" ,
18+ "symbol" : "COQ" ,
19+ "decimals" : 18
20+ } ,
21+ "networkId" : 10255 ,
22+ "redFlags" : [ ] ,
23+ "rpc" : [
24+ "https://10255.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25+ "https://subnets.avax.network/coqnet/testnet/rpc"
26+ ] ,
27+ "shortName" : "Coqnet Testnet" ,
28+ "slug" : "coqnet-testnet" ,
29+ "testnet" : true
30+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default {
1111 "format" : "png"
1212 } ,
1313 "infoURL" : "https://kakarot.org" ,
14- "name" : "Kakarot Sepolia" ,
14+ "name" : "Kakarot Sepolia Deprecated " ,
1515 "nativeCurrency" : {
1616 "name" : "Ether" ,
1717 "symbol" : "ETH" ,
@@ -24,7 +24,7 @@ export default {
2424 "bridges" : [ ]
2525 } ,
2626 "rpc" : [ ] ,
27- "shortName" : "kkrt-sepolia" ,
28- "slug" : "kakarot-sepolia" ,
27+ "shortName" : "kkrt-sepolia-deprecated " ,
28+ "slug" : "kakarot-sepolia-deprecated " ,
2929 "testnet" : false
3030} as const satisfies Chain ;
Original file line number Diff line number Diff line change 1+ import type { Chain } from "../src/types" ;
2+ export default {
3+ "chain" : "ETH" ,
4+ "chainId" : 1802203764 ,
5+ "explorers" : [
6+ {
7+ "name" : "Kakarot Scan" ,
8+ "url" : "https://sepolia.kakarotscan.org" ,
9+ "standard" : "EIP3091"
10+ }
11+ ] ,
12+ "faucets" : [ ] ,
13+ "icon" : {
14+ "url" : "ipfs://QmNTZ9nEomAXK6bLxUbMfTS1TvrsN22HU1zTtxHUpMkUhz" ,
15+ "width" : 1000 ,
16+ "height" : 1000 ,
17+ "format" : "png"
18+ } ,
19+ "infoURL" : "https://kakarot.org" ,
20+ "name" : "Kakarot Sepolia" ,
21+ "nativeCurrency" : {
22+ "name" : "Ether" ,
23+ "symbol" : "ETH" ,
24+ "decimals" : 18
25+ } ,
26+ "networkId" : 1802203764 ,
27+ "parent" : {
28+ "type" : "L2" ,
29+ "chain" : "eip155-11155111" ,
30+ "bridges" : [ ]
31+ } ,
32+ "rpc" : [
33+ "https://1802203764.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
34+ "https://sepolia-rpc.kakarot.org"
35+ ] ,
36+ "shortName" : "kkrt-sepolia" ,
37+ "slug" : "kakarot-sepolia" ,
38+ "testnet" : false
39+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change 1+ import type { Chain } from "../src/types" ;
2+ export default {
3+ "chain" : "B3 Sepolia" ,
4+ "chainId" : 1993 ,
5+ "explorers" : [
6+ {
7+ "name" : "blockscout" ,
8+ "url" : "https://sepolia.explorer.b3.fun/" ,
9+ "standard" : "EIP3091" ,
10+ "icon" : {
11+ "url" : "ipfs://Qmc6XdDC7FSn2YyBwFXUNVbk9Nmhvn2Bz7iMqCA1ofwhQC/b3-logo-temp-cropped.png" ,
12+ "width" : 512 ,
13+ "height" : 512 ,
14+ "format" : "png"
15+ }
16+ }
17+ ] ,
18+ "faucets" : [
19+ "https://faucet.b3.fun/"
20+ ] ,
21+ "features" : [ ] ,
22+ "icon" : {
23+ "url" : "ipfs://Qmc6XdDC7FSn2YyBwFXUNVbk9Nmhvn2Bz7iMqCA1ofwhQC/b3-logo-temp-cropped.png" ,
24+ "width" : 512 ,
25+ "height" : 512 ,
26+ "format" : "png"
27+ } ,
28+ "infoURL" : "https://docs.b3.fun/" ,
29+ "name" : "B3 Sepolia" ,
30+ "nativeCurrency" : {
31+ "name" : "ETH" ,
32+ "symbol" : "ETH" ,
33+ "decimals" : 18
34+ } ,
35+ "networkId" : 1993 ,
36+ "parent" : {
37+ "type" : "L3" ,
38+ "chain" : "eip155-1" ,
39+ "bridges" : [
40+ {
41+ "url" : "https://bridge.b3.fun/"
42+ }
43+ ]
44+ } ,
45+ "redFlags" : [ ] ,
46+ "rpc" : [
47+ "https://1993.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
48+ "https://sepolia.b3.fun/http"
49+ ] ,
50+ "shortName" : "b3-sepolia" ,
51+ "slug" : "b3-sepolia" ,
52+ "testnet" : true ,
53+ "title" : "B3 Sepolia"
54+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change 1+ import type { Chain } from "../src/types" ;
2+ export default {
3+ "chain" : "Avalanche" ,
4+ "chainId" : 21178 ,
5+ "explorers" : [ ] ,
6+ "faucets" : [ ] ,
7+ "features" : [ ] ,
8+ "icon" : {
9+ "url" : "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg" ,
10+ "width" : 256 ,
11+ "height" : 256 ,
12+ "format" : "svg"
13+ } ,
14+ "infoURL" : "https://avacloud.io" ,
15+ "name" : "QI0430I2" ,
16+ "nativeCurrency" : {
17+ "name" : "QI0430I2 Token" ,
18+ "symbol" : "ETI" ,
19+ "decimals" : 18
20+ } ,
21+ "networkId" : 21178 ,
22+ "redFlags" : [ ] ,
23+ "rpc" : [
24+ "https://21178.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
25+ "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
26+ ] ,
27+ "shortName" : "QI0430I2" ,
28+ "slug" : "qi0430i2" ,
29+ "testnet" : true
30+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change 1+ import type { Chain } from "../src/types" ;
2+ export default {
3+ "chain" : "Oneness" ,
4+ "chainId" : 2140 ,
5+ "explorers" : [
6+ {
7+ "name" : "oneness-mainnet" ,
8+ "url" : "https://scan.onenesslabs.io" ,
9+ "standard" : "EIP3091"
10+ }
11+ ] ,
12+ "faucets" : [ ] ,
13+ "name" : "Oneness Network" ,
14+ "nativeCurrency" : {
15+ "name" : "BTC" ,
16+ "symbol" : "BTC" ,
17+ "decimals" : 18
18+ } ,
19+ "networkId" : 2140 ,
20+ "rpc" : [
21+ "https://2140.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
22+ "https://rpc.onenesslabs.io/"
23+ ] ,
24+ "shortName" : "oneness" ,
25+ "slug" : "oneness-network" ,
26+ "testnet" : false
27+ } as const satisfies Chain ;
Original file line number Diff line number Diff line change 1+ import type { Chain } from "../src/types" ;
2+ export default {
3+ "chain" : "Oneness-Testnet" ,
4+ "chainId" : 2141 ,
5+ "explorers" : [
6+ {
7+ "name" : "oneness-testnet" ,
8+ "url" : "https://scan.testnet.onenesslabs.io" ,
9+ "standard" : "EIP3091"
10+ }
11+ ] ,
12+ "faucets" : [ ] ,
13+ "name" : "Oneness TestNet" ,
14+ "nativeCurrency" : {
15+ "name" : "BTC" ,
16+ "symbol" : "BTC" ,
17+ "decimals" : 18
18+ } ,
19+ "networkId" : 2141 ,
20+ "rpc" : [
21+ "https://2141.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
22+ "https://rpc.testnet.onenesslabs.io/"
23+ ] ,
24+ "shortName" : "oneness-testnet" ,
25+ "slug" : "oneness-testnet" ,
26+ "testnet" : true
27+ } as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments