From f55f9e5fbbb5cf556d643e4078a85a3d8b1f33ff Mon Sep 17 00:00:00 2001 From: Mrsirdev <111534516+Mrsirdev@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:48:39 +0000 Subject: [PATCH] Noble USDC (#70) Co-authored-by: Milagros Paoletti <40247040+miliPaoletti@users.noreply.github.com> Co-authored-by: creeea Co-authored-by: creeea --- chainConfig/noble.json | 49 ++++++++++++++++++++++++++++++++++++++++++ tokens/USDC.json | 23 ++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 chainConfig/noble.json create mode 100644 tokens/USDC.json diff --git a/chainConfig/noble.json b/chainConfig/noble.json new file mode 100644 index 0000000..87d469a --- /dev/null +++ b/chainConfig/noble.json @@ -0,0 +1,49 @@ +{ + "prefix": "noble", + "gasPriceStep": { + "low": "0.01", + "average": "0.025", + "high": "0.03" + }, + "bip44": { + "coinType": "118" + }, + "configurations": [ + { + "chainId": "noble-1", + "chainName": "noble", + "identifier": "noble", + "rpc": [ + "https://noble-rpc.polkachu.com:443" + ], + "rest": [ + "https://noble-api.polkachu.com", + "https://api.mainnet.noble.strange.love", + "https://api.mainnet.noble.strange.love" + ], + "jrpc": [ + "https://noble-rpc.polkachu.com", + "https://rpc.mainnet.noble.strange.love", + "https://rpc.mainnet.noble.strange.love" + ], + "clientId": "07-tendermint-106", + "currencies": [ + { + "coinDenom": "USDC", + "coinMinDenom": "uusdc", + "coinDecimals": "6" + } + ], + "source": { + "sourceChannel": "channel-7", + "sourceIBCDenomToEvmos": "ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F", + "destinationChannel": "channel-64", + "jsonRPC": [ + "https://noble-rpc.polkachu.com:443" + ] + }, + "configurationType": "mainnet", + "explorerTxUrl": "https://www.mintscan.io/noble/txs" + } + ] + } \ No newline at end of file diff --git a/tokens/USDC.json b/tokens/USDC.json new file mode 100644 index 0000000..b751d81 --- /dev/null +++ b/tokens/USDC.json @@ -0,0 +1,23 @@ +{ + "coinDenom": "USDC", + "minCoinDenom": "uusdc", + "imgSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg", + "pngSrc": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png", + "type": "IBC", + "exponent": "6", + "cosmosDenom": "ibc/35357FE55D81D88054E135529BB2AEB1BB20D207292775A19BD82D83F27BE9B4", + "description": "USD Coin", + "name": "USD Coin", + "tokenRepresentation": "USDC", + "channel": "channel-64", + "isEnabled": true, + "erc20Address": "0xf1faE9eC886C5F6E4ea13dA2456087Bd72F02cD1", + "ibc": { + "sourceDenom": "uusdc", + "source": "noble" + }, + "hideFromTestnet": false, + "coingeckoId": "usd-coin", + "category": "cosmos", + "coinSourcePrefix": "noble" +}