-
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.
chore(chains): update chains (#2305)
Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
3137e45
commit fa637c2
Showing
9 changed files
with
153 additions
and
14 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
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
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,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,39 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"chain": "Karak", | ||
"chainId": 2511, | ||
"explorers": [ | ||
{ | ||
"name": "Karak Testnet Explorer", | ||
"url": "https://goerli.scan.karak.network", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"faucets": [], | ||
"icon": { | ||
"url": "ipfs://QmRvHRuhfQgDRyGgt6vCoHqjZW2Dir7siowYnBpR5BRSej", | ||
"width": 1080, | ||
"height": 1080, | ||
"format": "png" | ||
}, | ||
"infoURL": "https://karak.network", | ||
"name": "Karak Testnet", | ||
"nativeCurrency": { | ||
"name": "Karak", | ||
"symbol": "KRK", | ||
"decimals": 18 | ||
}, | ||
"networkId": 2511, | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-5" | ||
}, | ||
"rpc": [ | ||
"https://karak-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://2511.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://goerli.node1.karak.network" | ||
], | ||
"shortName": "karak-testnet", | ||
"slug": "karak-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
Large diffs are not rendered by default.
Oops, something went wrong.