Skip to content

Commit

Permalink
Add Nomic Testnet nBTC (#1937)
Browse files Browse the repository at this point in the history
* Update osmosis.zone_assets.json

* Update osmosis.zone_chains.json

* Update osmosis.zone_chains.json
  • Loading branch information
JeremyParish69 authored Oct 2, 2024
1 parent f0c3432 commit f5c487e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
20 changes: 20 additions & 0 deletions osmo-test-5/osmosis.zone_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,26 @@
"chain_name": "kimanetworktestnet",
"base_denom": "uKIMA",
"osmosis_verified": true
},
{
"chain_name": "nomictestnet",
"base_denom": "usat",
"osmosis_verified": true,
"_comment": "$nBTC",
"override_properties": {
"ibc": {
"type": "ibc",
"counterparty": {
"chain_name": "nomictestnet",
"base_denom": "usat",
"channel_id": "channel-2"
},
"chain": {
"channel_id": "channel-4179",
"path": "transfer/channel-4179/usat"
}
}
}
}
]
}
7 changes: 7 additions & 0 deletions osmo-test-5/osmosis.zone_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@
"rest": "https://api-testnet.kima.finance",
"explorer_tx_url": "https://explorer-testnet.kima.finance/transactions/${txHash}",
"keplr_features": ["ibc-go", "ibc-transfer"]
},
{
"chain_name": "nomictestnet",
"rpc": "https://testnet-rpc.nomic.io:2096",
"rest": "https://testnet-api.nomic.io:8443",
"explorer_tx_url": "https://${txHash}",
"keplr_features": ["ibc-go", "ibc-transfer"]
}
]
}

0 comments on commit f5c487e

Please sign in to comment.