-
Notifications
You must be signed in to change notification settings - Fork 476
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
1 parent
5732095
commit 627d209
Showing
43 changed files
with
1,072 additions
and
98 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,5 @@ | ||
--- | ||
"@thirdweb-dev/chains": patch | ||
--- | ||
|
||
Update chains |
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,33 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "1220", | ||
"chainId": 1220, | ||
"explorers": [ | ||
{ | ||
"name": "flagscan", | ||
"url": "https://testnet-scan.flagscan.io/", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"faucets": [], | ||
"features": [], | ||
"icon": { | ||
"url": "ipfs://QmXo2p1i4zsbTNEu41EjjrhdmbKFDGHEHeADXZ3x2fgNKE/1682003789585.jpeg", | ||
"width": 3600, | ||
"height": 3600, | ||
"format": "jpeg" | ||
}, | ||
"infoURL": "https://flagblockchain.com/", | ||
"name": "Flag Testnet", | ||
"nativeCurrency": { | ||
"name": "FLAG", | ||
"symbol": "FLAG", | ||
"decimals": 18 | ||
}, | ||
"networkId": 1220, | ||
"redFlags": [], | ||
"rpc": [], | ||
"shortName": "Flag", | ||
"slug": "flag-testnet", | ||
"testnet": true | ||
} as const satisfies Chain; |
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,37 +1,42 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "Jumbo", | ||
"chain": "INNOVATOR", | ||
"chainId": 129, | ||
"explorers": [ | ||
{ | ||
"name": "ProtoJumbo", | ||
"url": "https://protojumbo.jumbochain.org", | ||
"standard": "EIP3091" | ||
"name": "Innovator Explorer", | ||
"url": "https://evm.innovatorchain.com", | ||
"standard": "none", | ||
"icon": { | ||
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM", | ||
"width": 551, | ||
"height": 540, | ||
"format": "png" | ||
} | ||
} | ||
], | ||
"faucets": [ | ||
"https://protojumbo.jumbochain.org/faucet-smart" | ||
], | ||
"features": [ | ||
{ | ||
"name": "EIP155" | ||
} | ||
], | ||
"infoURL": "https://jumbochain.org", | ||
"name": "ProtoJumbo Testnet", | ||
"faucets": [], | ||
"features": [], | ||
"icon": { | ||
"url": "ipfs://QmVJBGeFYZXMQqicNdzctMfvPN5CrtRrfZBTw3CEpkCBsS", | ||
"width": 1500, | ||
"height": 1500, | ||
"format": "png" | ||
}, | ||
"infoURL": "https://innovatorchain.com", | ||
"name": "Innovator Chain", | ||
"nativeCurrency": { | ||
"name": "JNFTC", | ||
"symbol": "JNFTC", | ||
"name": "INOV8", | ||
"symbol": "INOV8", | ||
"decimals": 18 | ||
}, | ||
"networkId": 129, | ||
"rpc": [ | ||
"https://protojumbo-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://innovator-chain.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://129.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://testnode.jumbochain.org" | ||
"https://rpc.innovatorchain.com" | ||
], | ||
"shortName": "ProtoJumbo", | ||
"slip44": 1, | ||
"slug": "protojumbo-testnet", | ||
"testnet": true | ||
"shortName": "Innovator", | ||
"slug": "innovator-chain", | ||
"testnet": false | ||
} as const satisfies Chain; |
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,31 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "Avalanche", | ||
"chainId": 141221, | ||
"explorers": [], | ||
"faucets": [], | ||
"features": [], | ||
"icon": { | ||
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg", | ||
"width": 256, | ||
"height": 256, | ||
"format": "svg" | ||
}, | ||
"infoURL": "https://avacloud.io", | ||
"name": "Xantus Testnet", | ||
"nativeCurrency": { | ||
"name": "Xantus Testnet Token", | ||
"symbol": "XAN", | ||
"decimals": 18 | ||
}, | ||
"networkId": 141221, | ||
"redFlags": [], | ||
"rpc": [ | ||
"https://xantus-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://141221.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://subnets.avax.network/xantustest/testnet/rpc" | ||
], | ||
"shortName": "Xantus Testnet", | ||
"slug": "xantus-testnet", | ||
"testnet": true | ||
} as const satisfies Chain; |
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,47 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "ETH", | ||
"chainId": 168587773, | ||
"explorers": [ | ||
{ | ||
"name": "Blast Sepolia Explorer", | ||
"url": "https://testnet.blastscan.io", | ||
"standard": "EIP3091", | ||
"icon": { | ||
"url": "ipfs://bafybeifc2h3x7jgy4x4nmg2m54ghbvmkfu6oweujambwefzqzew5vujhsi", | ||
"width": 400, | ||
"height": 400, | ||
"format": "jpg" | ||
} | ||
} | ||
], | ||
"faucets": [ | ||
"https://faucet.quicknode.com/blast/sepolia" | ||
], | ||
"icon": { | ||
"url": "ipfs://bafybeifc2h3x7jgy4x4nmg2m54ghbvmkfu6oweujambwefzqzew5vujhsi", | ||
"width": 400, | ||
"height": 400, | ||
"format": "jpg" | ||
}, | ||
"infoURL": "https://blast.io/", | ||
"name": "Blast Sepolia Testnet", | ||
"nativeCurrency": { | ||
"name": "Sepolia Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"networkId": 168587773, | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111" | ||
}, | ||
"rpc": [ | ||
"https://blast-sepolia-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://168587773.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://sepolia.blast.io" | ||
], | ||
"shortName": "blastsepolia", | ||
"slug": "blast-sepolia-testnet", | ||
"testnet": true | ||
} as const satisfies Chain; |
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,34 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "ECLIPSE", | ||
"chainId": 17172, | ||
"explorers": [ | ||
{ | ||
"name": "ECLIPSE Explorer", | ||
"url": "https://subnets-test.avax.network/eclipse", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"faucets": [], | ||
"features": [ | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"infoURL": "http://eclipsenet.io", | ||
"name": "Eclipse Subnet", | ||
"nativeCurrency": { | ||
"name": "Eclipse", | ||
"symbol": "ECLP", | ||
"decimals": 16 | ||
}, | ||
"networkId": 17172, | ||
"rpc": [ | ||
"https://eclipse-subnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://17172.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://subnets.avax.network/eclipse/testnet/rpc" | ||
], | ||
"shortName": "eclipse", | ||
"slug": "eclipse-subnet", | ||
"testnet": true | ||
} as const satisfies Chain; |
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 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "Magnet", | ||
"chainId": 19527, | ||
"explorers": [], | ||
"faucets": [], | ||
"infoURL": "https://magnet.magport.io/", | ||
"name": "Magnet Network", | ||
"nativeCurrency": { | ||
"name": "Magnet Network", | ||
"symbol": "DOT", | ||
"decimals": 18 | ||
}, | ||
"networkId": 19527, | ||
"rpc": [ | ||
"https://magnet-network.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://19527.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://magnet-rpc.magport.io/" | ||
], | ||
"shortName": "mgt", | ||
"slug": "magnet-network", | ||
"testnet": false | ||
} as const satisfies Chain; |
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,39 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "JONO11", | ||
"chainId": 20765, | ||
"explorers": [ | ||
{ | ||
"name": "JONO11 Explorer", | ||
"url": "https://subnets-test.avax.network/jono11", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"faucets": [], | ||
"features": [ | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"icon": { | ||
"url": "ipfs://bafkreievzx4ke62dtc77o47x7vs7nn67ghzrwku6h5dxo3hwcsqfeblke4", | ||
"width": 612, | ||
"height": 612, | ||
"format": "png" | ||
}, | ||
"name": "Jono11 Subnet", | ||
"nativeCurrency": { | ||
"name": "Jono11 Token", | ||
"symbol": "JONO", | ||
"decimals": 18 | ||
}, | ||
"networkId": 20765, | ||
"rpc": [ | ||
"https://jono11-subnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://20765.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://subnets.avax.network/jono11/testnet/rpc" | ||
], | ||
"shortName": "jono11", | ||
"slug": "jono11-subnet", | ||
"testnet": true | ||
} as const satisfies Chain; |
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,37 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "AAH", | ||
"chainId": 21133, | ||
"explorers": [ | ||
{ | ||
"name": "AAH Blockscout", | ||
"url": "https://exp.c4ex.net", | ||
"standard": "EIP3091", | ||
"icon": { | ||
"url": "ipfs://QmY7HDEj3vnTZzCmenotr48nYyD13R2Fyd5t12R9ARu4wJ", | ||
"width": 256, | ||
"height": 256, | ||
"format": "png" | ||
} | ||
} | ||
], | ||
"faucets": [ | ||
"https://t.me/c4eiAirdrop" | ||
], | ||
"infoURL": "https://c4ex.net", | ||
"name": "All About Healthy", | ||
"nativeCurrency": { | ||
"name": "AAH", | ||
"symbol": "AAH", | ||
"decimals": 18 | ||
}, | ||
"networkId": 21133, | ||
"rpc": [ | ||
"https://all-about-healthy.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://21133.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://rpc.c4ex.net" | ||
], | ||
"shortName": "aah", | ||
"slug": "all-about-healthy", | ||
"testnet": false | ||
} as const satisfies Chain; |
Oops, something went wrong.