Merge pull request #187 from polkachu/master

add chihuahua and cerberus testnets
This commit is contained in:
ping 2022-08-23 12:15:22 +08:00 committed by GitHub
commit 32475ec827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 55 additions and 14 deletions

View File

@ -0,0 +1,21 @@
{
"chain_name": "cerberus",
"coingecko": "cerberus",
"api": ["https://cerberus-testnet-api.polkachu.com"],
"rpc": ["https://cerberus-testnet-rpc.polkachu.com"],
"snapshot_provider": "",
"sdk_version": "0.44.5",
"coin_type": "118",
"min_tx_fee": "5000",
"addr_prefix": "cerberus",
"logo": "/logos/cerberus.png",
"assets": [
{
"base": "ucrbrus",
"symbol": "CRBRUS",
"exponent": "6",
"coingecko_id": "cerberus-2",
"logo": "/logos/cerberus.png"
}
]
}

View File

@ -0,0 +1,20 @@
{
"chain_name": "chihuahua",
"coingecko": "",
"api": ["https://chihuahua-testnet-api.polkachu.com"],
"rpc": ["https://chihuahua-testnet-rpc.polkachu.com"],
"sdk_version": "0.44.3",
"coin_type": "118",
"min_tx_fee": "8000",
"addr_prefix": "chihuahua",
"logo": "/logos/chihuahua.png",
"assets": [
{
"base": "uhuahua",
"symbol": "HUAHUA",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/chihuahua.png"
}
]
}

View File

@ -2377,18 +2377,18 @@
link-module-alias "^1.2.0"
shx "^0.3.4"
"@tharsis/eip712@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@tharsis/eip712/-/eip712-0.2.2.tgz#1b458433bfe153e49e2dd9eecff55a373804296f"
integrity sha512-NRCMEGLAeddrRi0orWPRDiwtXt2089prodlpT23jxUKaLrdDxE9JFjXWo25BUxjflftsh39BTXXVwTWnwCJgDA==
"@tharsis/eip712@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@tharsis/eip712/-/eip712-0.2.3.tgz#fc6dde7abbe023a4a2f65ce7cb0b1912ce3119a1"
integrity sha512-SZ8TKqzDcUe8973oTzmHU1iUd25gCY9gpmrmWkxB7kIaaJPJ4iIwT4Q9Tct70Q5bZm5djoIkRt1E5vYbjxohjQ==
dependencies:
link-module-alias "^1.2.0"
shx "^0.3.4"
"@tharsis/proto@^0.1.17":
version "0.1.17"
resolved "https://registry.yarnpkg.com/@tharsis/proto/-/proto-0.1.17.tgz#c8f2285ddd94a4eb111152dffae7221f82a258bb"
integrity sha512-v3pQ8Bleuqtrw0dSWkL1KNbjglFGL336jPhdE/HtC+zlvY0ux7D4gHc+TnEo2A0m+ZGDxAqHqWd8+8zs+MBCzQ==
"@tharsis/proto@^0.1.19":
version "0.1.19"
resolved "https://registry.yarnpkg.com/@tharsis/proto/-/proto-0.1.19.tgz#d80a116ba56db1795b328bcc35207c18e3a8c59d"
integrity sha512-x/pMSEUSL7aAUTmI0pJcbSMnl9D7lYHh/NHwjs1wiLVcOXbHCgMYPuqTkVC82sZcOKz9CmF2vfrS3EapWIsONQ==
dependencies:
"@types/google-protobuf" "^3.15.5"
"@types/node" "^17.0.21"
@ -2397,13 +2397,13 @@
sha3 "^2.1.4"
shx "^0.3.4"
"@tharsis/transactions@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@tharsis/transactions/-/transactions-0.2.3.tgz#b18bc2c4ed1e3d43e6adfa2ca1376e81bb6ced40"
integrity sha512-RXm2LWrHclSg+cGju+1REIrYf4TsBi1WlME5XjaEPwW7Uo1b6CUfqd3lSfoWWzE5xoc5D7q5apC+yu2xUSJzag==
"@tharsis/transactions@^0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@tharsis/transactions/-/transactions-0.2.5.tgz#0dd4f206565e924aa7e2e08e9668f6795a421bb2"
integrity sha512-0Vm6wU6UmTnmCkd1Rd1Y63S/EEWSqobEQZx4t9dbb6rzHBghax6EvMlizNOssl+kWOt4EWnLjuKER51gkXLqBQ==
dependencies:
"@tharsis/eip712" "^0.2.2"
"@tharsis/proto" "^0.1.17"
"@tharsis/eip712" "^0.2.3"
"@tharsis/proto" "^0.1.19"
"@types/node" "^17.0.21"
link-module-alias "^1.2.0"
shx "^0.3.4"