-
Notifications
You must be signed in to change notification settings - Fork 426
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
34 changed files
with
1,027 additions
and
27 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/sdk": patch | ||
--- | ||
|
||
Expose rpcBatchSettings in SDKOptions |
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,30 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "ETH", | ||
"chainId": 107107114116, | ||
"explorers": [], | ||
"faucets": [], | ||
"icon": { | ||
"url": "ipfs://QmNTZ9nEomAXK6bLxUbMfTS1TvrsN22HU1zTtxHUpMkUhz", | ||
"width": 1000, | ||
"height": 1000, | ||
"format": "png" | ||
}, | ||
"infoURL": "https://kakarot.org", | ||
"name": "Kakarot Sepolia", | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"networkId": 107107114116, | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111", | ||
"bridges": [] | ||
}, | ||
"rpc": [], | ||
"shortName": "kkrt-sepolia", | ||
"slug": "kakarot-sepolia", | ||
"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,31 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "Avalanche", | ||
"chainId": 11625, | ||
"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": "QI M 202402121", | ||
"nativeCurrency": { | ||
"name": "QI M 202402121 Token", | ||
"symbol": "CYB", | ||
"decimals": 18 | ||
}, | ||
"networkId": 11625, | ||
"redFlags": [], | ||
"rpc": [ | ||
"https://qi-m-202402121.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://11625.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc" | ||
], | ||
"shortName": "QI M 202402121", | ||
"slug": "qi-m-202402121", | ||
"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,43 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "Aternos", | ||
"chainId": 12020, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://explorer.aternoschain.com", | ||
"standard": "EIP3091", | ||
"icon": { | ||
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM", | ||
"width": 551, | ||
"height": 540, | ||
"format": "png" | ||
} | ||
} | ||
], | ||
"faucets": [ | ||
"https://faucet.aternoschain.com" | ||
], | ||
"icon": { | ||
"url": "ipfs://QmUgfhv3rEsS6t9g6Lsf3TJ1mbnJqBrb8YUFPDiNG59QvT", | ||
"width": 1000, | ||
"height": 1000, | ||
"format": "png" | ||
}, | ||
"infoURL": "https://aternoschain.com", | ||
"name": "Aternos", | ||
"nativeCurrency": { | ||
"name": "Aternos", | ||
"symbol": "ATR", | ||
"decimals": 18 | ||
}, | ||
"networkId": 12020, | ||
"rpc": [ | ||
"https://aternos.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://12020.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://rpc.aternoschain.com" | ||
], | ||
"shortName": "ATR", | ||
"slug": "aternos", | ||
"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
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,52 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "ETH", | ||
"chainId": 161221135, | ||
"explorers": [ | ||
{ | ||
"name": "Blockscout", | ||
"url": "https://plume-testnet.explorer.caldera.xyz", | ||
"standard": "EIP3091", | ||
"icon": { | ||
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM", | ||
"width": 551, | ||
"height": 540, | ||
"format": "png" | ||
} | ||
} | ||
], | ||
"faucets": [], | ||
"icon": { | ||
"url": "ipfs://QmNUpqkYWYJoDXKUpZ8FVbGyN6HCwxYonKNAieCf2oTzGn", | ||
"width": 1062, | ||
"height": 1062, | ||
"format": "png" | ||
}, | ||
"infoURL": "https://www.plumenetwork.xyz/", | ||
"name": "Plume Testnet", | ||
"nativeCurrency": { | ||
"name": "Plume Sepolia Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"networkId": 161221135, | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111", | ||
"bridges": [ | ||
{ | ||
"url": "https://plume-testnet.calderabridge.xyz" | ||
} | ||
] | ||
}, | ||
"rpc": [ | ||
"https://plume-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://161221135.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://plume-testnet.rpc.caldera.xyz/http" | ||
], | ||
"shortName": "plume-testnet", | ||
"slip44": 1, | ||
"slug": "plume-testnet", | ||
"testnet": true, | ||
"title": "Plume Sepolia Rollup Testnet" | ||
} 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,53 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "unreal", | ||
"chainId": 18231, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://unreal.blockscout.com", | ||
"standard": "EIP3091", | ||
"icon": { | ||
"url": "ipfs://QmZbtoK9Q1DHTHjsgPUfHkzb9xdWzrSfPwPQ8M8FPu84mA", | ||
"width": 300, | ||
"height": 301, | ||
"format": "png" | ||
} | ||
} | ||
], | ||
"faucets": [], | ||
"icon": { | ||
"url": "ipfs://QmZbtoK9Q1DHTHjsgPUfHkzb9xdWzrSfPwPQ8M8FPu84mA", | ||
"width": 300, | ||
"height": 301, | ||
"format": "png" | ||
}, | ||
"infoURL": "https://raas.gelato.network/rollups/details/public/unreal", | ||
"name": "unreal", | ||
"nativeCurrency": { | ||
"name": "unreal Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"networkId": 18231, | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111", | ||
"bridges": [ | ||
{ | ||
"url": "https://bridge.unreal.gelato.digital" | ||
} | ||
] | ||
}, | ||
"rpc": [ | ||
"https://unreal.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://18231.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://rpc.unreal.gelato.digital", | ||
"wss://ws.unreal.gelato.digital" | ||
], | ||
"shortName": "unreal", | ||
"slip44": 60, | ||
"slug": "unreal", | ||
"testnet": true, | ||
"title": "unreal testnet for re.al" | ||
} 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": "C4EI", | ||
"chainId": 21004, | ||
"explorers": [ | ||
{ | ||
"name": "C4EI sirato", | ||
"url": "https://exp.c4ei.net", | ||
"standard": "none", | ||
"icon": { | ||
"url": "ipfs://QmNPQBLEau3DsUYczt9QCLqZd9jK488GhF5y2SbtLRSrvB", | ||
"width": 512, | ||
"height": 512, | ||
"format": "png" | ||
} | ||
} | ||
], | ||
"faucets": [ | ||
"https://play.google.com/store/apps/details?id=net.c4ei.fps2" | ||
], | ||
"infoURL": "https://c4ei.net", | ||
"name": "C4EI", | ||
"nativeCurrency": { | ||
"name": "C4EI", | ||
"symbol": "C4EI", | ||
"decimals": 18 | ||
}, | ||
"networkId": 21004, | ||
"rpc": [ | ||
"https://c4ei.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://21004.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://rpc.c4ei.net" | ||
], | ||
"shortName": "c4ei", | ||
"slug": "c4ei", | ||
"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,37 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "VRD", | ||
"chainId": 224, | ||
"explorers": [ | ||
{ | ||
"name": "Viridis Testnet", | ||
"url": "https://testnet.vrd.network", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"faucets": [ | ||
"https://faucet.vrd.network" | ||
], | ||
"icon": { | ||
"url": "ipfs://QmPdxcJwPogfZdec7UAqxeatRxrivEktpP1ftJBTeJQTdR", | ||
"width": 3000, | ||
"height": 2000, | ||
"format": "png" | ||
}, | ||
"infoURL": "https://viridis.network", | ||
"name": "Viridis Testnet", | ||
"nativeCurrency": { | ||
"name": "Viridis Token", | ||
"symbol": "VRD", | ||
"decimals": 18 | ||
}, | ||
"networkId": 224, | ||
"rpc": [ | ||
"https://viridis-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://224.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://testnet-rpc.vrd.network" | ||
], | ||
"shortName": "VRD-Testnet", | ||
"slug": "viridis-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,39 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "Karak", | ||
"chainId": 2410, | ||
"explorers": [ | ||
{ | ||
"name": "Karak Mainnet Explorer", | ||
"url": "https://explorer.karak.network", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"faucets": [], | ||
"icon": { | ||
"url": "ipfs://QmRvHRuhfQgDRyGgt6vCoHqjZW2Dir7siowYnBpR5BRSej", | ||
"width": 1080, | ||
"height": 1080, | ||
"format": "png" | ||
}, | ||
"infoURL": "https://karak.network", | ||
"name": "Karak Mainnet", | ||
"nativeCurrency": { | ||
"name": "Karak", | ||
"symbol": "KRK", | ||
"decimals": 18 | ||
}, | ||
"networkId": 2410, | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-1" | ||
}, | ||
"rpc": [ | ||
"https://karak.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://2410.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://rpc.karak.network" | ||
], | ||
"shortName": "karak-mainnet", | ||
"slug": "karak", | ||
"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,31 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "Avalanche", | ||
"chainId": 24538, | ||
"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": "QI M 2402133", | ||
"nativeCurrency": { | ||
"name": "QI M 2402133 Token", | ||
"symbol": "XVL", | ||
"decimals": 18 | ||
}, | ||
"networkId": 24538, | ||
"redFlags": [], | ||
"rpc": [ | ||
"https://qi-m-2402133.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://24538.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc" | ||
], | ||
"shortName": "QI M 2402133", | ||
"slug": "qi-m-2402133", | ||
"testnet": true | ||
} as const satisfies Chain; |
Oops, something went wrong.