Skip to content

Commit

Permalink
noble usdc
Browse files Browse the repository at this point in the history
  • Loading branch information
creeea committed Oct 28, 2023
1 parent 2be5446 commit caaee3f
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
49 changes: 49 additions & 0 deletions chainConfig/noble.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
23 changes: 23 additions & 0 deletions tokens/USDC.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit caaee3f

Please sign in to comment.