forked from thirdweb-dev/js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jd/add xrp ledger (thirdweb-dev#1031)
- Loading branch information
Showing
23 changed files
with
366 additions
and
60 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
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 { | ||
"name": "XRP Ledger EVM Devnet Sidechain", | ||
"chain": "XRPL", | ||
"shortName": "XRPL-EVM-Devnet-Sidechain", | ||
"chainId": 1440001, | ||
"testnet": true, | ||
"icon": { | ||
"format": "png", | ||
"url": "ipfs://bafkreidmgxjwjircegjkvysgz25b2ukw6h7axoirkxv6idupzzqsdrljgy", | ||
"width": 780, | ||
"height": 680 | ||
}, | ||
"rpc": [ | ||
"https://xrp-ledger-evm-devnet-sidechain.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://rpc-evm-sidechain.xrpl.org" | ||
], | ||
"nativeCurrency": { | ||
"decimals": 18, | ||
"name": "XRP", | ||
"symbol": "XRP" | ||
}, | ||
"explorers": [ | ||
{ | ||
"url": "https://evm-sidechain.xrpl.org/", | ||
"name": "XRP Ledger Explorer", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"slug": "xrp-ledger-evm-devnet-sidechain" | ||
} 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
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 { | ||
"name": "SOMA Network Mainnet", | ||
"chain": "SOMA", | ||
"rpc": [ | ||
"https://soma-network.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://data-mainnet-v1.somanetwork.io/" | ||
], | ||
"faucets": [ | ||
"https://airdrop.somanetwork.io" | ||
], | ||
"nativeCurrency": { | ||
"name": "Soma Native Token", | ||
"symbol": "SMA", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://somanetwork.io", | ||
"shortName": "smam", | ||
"chainId": 2332, | ||
"networkId": 2332, | ||
"icon": { | ||
"url": "ipfs://QmadSU2tcyvuzssDYGJ4rVLag43QLnKwcBerZR2zKLVU2N", | ||
"width": 500, | ||
"height": 500, | ||
"format": "png" | ||
}, | ||
"status": "incubating", | ||
"explorers": [ | ||
{ | ||
"name": "SOMA Explorer Mainnet", | ||
"icon": { | ||
"url": "ipfs://QmadSU2tcyvuzssDYGJ4rVLag43QLnKwcBerZR2zKLVU2N", | ||
"width": 500, | ||
"height": 500, | ||
"format": "png" | ||
}, | ||
"url": "https://somascan.io", | ||
"standard": "none" | ||
} | ||
], | ||
"testnet": false, | ||
"slug": "soma-network" | ||
} 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
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
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
Oops, something went wrong.