From afb6a5ecd746510f32ccf8a816707c41c78fc126 Mon Sep 17 00:00:00 2001 From: Polkachu Date: Mon, 22 Aug 2022 12:00:21 -0700 Subject: [PATCH] add chihuahua and ceerberus testnets --- src/chains/testnet/cerberus.json | 21 +++++++++++++++++++++ src/chains/testnet/chihuahua.json | 20 ++++++++++++++++++++ yarn.lock | 28 ++++++++++++++-------------- 3 files changed, 55 insertions(+), 14 deletions(-) create mode 100644 src/chains/testnet/cerberus.json create mode 100644 src/chains/testnet/chihuahua.json diff --git a/src/chains/testnet/cerberus.json b/src/chains/testnet/cerberus.json new file mode 100644 index 00000000..d59c52d6 --- /dev/null +++ b/src/chains/testnet/cerberus.json @@ -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" + } + ] +} diff --git a/src/chains/testnet/chihuahua.json b/src/chains/testnet/chihuahua.json new file mode 100644 index 00000000..8d184d99 --- /dev/null +++ b/src/chains/testnet/chihuahua.json @@ -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" + } + ] +} diff --git a/yarn.lock b/yarn.lock index 1d420a2a..c212e569 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"