-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Poodl Testnet & Mainnet Chain IDs (#5167)
* Poodl Binary ICON file as IPFS CID name * Poodl Icon meta data json file * Poodl Testnet & Mainnet Chains EIP155 json files --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
9a87f11
commit cf64f26
Showing
4 changed files
with
54 additions
and
0 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,23 @@ | ||
{ | ||
"name": "Poodl Testnet", | ||
"chain": "Poodl", | ||
"icon": "poodlIcon", | ||
"rpc": ["https://testnet-rpc.poodl.org"], | ||
"faucets": ["https://faucet.poodl.org"], | ||
"nativeCurrency": { | ||
"name": "Poodl", | ||
"symbol": "POODL", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://poodl.org", | ||
"shortName": "poodlt", | ||
"chainId": 15257, | ||
"networkId": 15257, | ||
"explorers": [ | ||
{ | ||
"name": "Poodl Testnet Explorer", | ||
"url": "https://testnet.poodl.org", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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 @@ | ||
{ | ||
"name": "Poodl Mainnet", | ||
"chain": "Poodl", | ||
"icon": "poodlIcon", | ||
"rpc": ["https://rpc.poodl.org"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Poodl", | ||
"symbol": "POODL", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://poodl.org", | ||
"shortName": "poodle", | ||
"chainId": 15259, | ||
"networkId": 15259, | ||
"explorers": [ | ||
{ | ||
"name": "Poodl Mainnet Explorer", | ||
"url": "https://explorer.poodl.org", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmXfBFHHb5kJGQ3dMLnhDhfFBsgAvm9U72jBSYcfmRHL2p", | ||
"width": 400, | ||
"height": 400, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.