Skip to content

Commit

Permalink
add noble + osmo testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzhakBokris committed Dec 24, 2024
1 parent e9865b7 commit 2fb6825
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 0 deletions.
35 changes: 35 additions & 0 deletions core/grand-1/grand-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"chainId": "grand-1",
"chainName": "Noble Testnet",
"rpc": "https://noble-testnet-rpc.polkachu.com",
"rest": "https://noble-testnet-api.polkachu.com",
"explorerUrl": "https://testnet.mintscan.io/noble-testnet",
"exploreTxUrl": "https://testnet.mintscan.io/noble-testnet/txs/",
"bech32Prefix": "noble",
"currencies": [
{
"displayDenom": "USDC",
"baseDenom": "uusdc",
"decimals": 6,
"logo": "/logos/usdc-logo.svg",
"type": "main",
"cctp": true
}
],
"coinType": 118,
"validatorsLogosStorageDir": "",
"faucetUrl": "",
"ibc": {
"timeout": 600000
},
"gasPriceSteps": {
"low": 0.1,
"average": 0.1,
"high": 0.2
},
"logo": "/logos/noble-icon.png",
"type": "Regular",
"analytics": false,
"cctp": true,
"website": ""
}
Binary file added core/grand-1/logos/noble-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions core/grand-1/logos/usdc-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions core/osmo-test-5/logos/usdc-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions core/osmo-test-5/osmo-test-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
"decimals": 8,
"logo": "/logos/wbtc-logo.svg",
"type": "regular"
},
{
"displayDenom": "aUSDC",
"baseDenom": "uausdc",
"ibcRepresentation": "ibc/E1E753928DE8EF6034F987F9E9C5F71ACF6AE7F5E221933D477BF745995B338B",
"bridgeDenom": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
"decimals": 6,
"cctp": true,
"logo": "/logos/usdc-logo.svg",
"type": "regular"
}
],
"coinType": 118,
Expand All @@ -36,6 +46,7 @@
"hubChannel": "channel-53",
"channel": "channel-9734",
"allowedDenoms": [
"uausdc",
"uosmo",
"factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA",
"adym",
Expand Down

0 comments on commit 2fb6825

Please sign in to comment.