feat(chain): adding eip-2044 shrapnel chain (#3009)

* feat(chain): adding eip-2044 shrapnel chain

* fix(schema): issue with shortname fixed
This commit is contained in:
Danny Fenstermaker 2023-06-13 19:03:29 -06:00 committed by GitHub
parent 830569bbc0
commit c8e5f6f7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
{
"name": "Shrapnel Subnet",
"chain": "shrapnel",
"rpc": ["https://subnets.avax.network/shrapnel/mainnet/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Shrapnel Gas Token",
"symbol": "SHRAPG",
"decimals": 18
},
"infoURL": "https://www.shrapnel.com/",
"shortName": "Shrapnel",
"chainId": 2044,
"networkId": 2044
}