Skip to content

Commit

Permalink
feat: add Noon testnet (#77)
Browse files Browse the repository at this point in the history
* testnets/noon: initial commit

* testnets/initia: add Noon IBC info

* update v0.2.11

* Update assetlist.json

* Update initia/chain.json

* update v0.2.12
  • Loading branch information
dbadoy authored May 13, 2024
1 parent e071e32 commit fa51afb
Show file tree
Hide file tree
Showing 9 changed files with 161 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testnets/initia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@
"port_id": "nft-transfer",
"channel_id": "channel-14",
"version": "ics721-1"
},
{
"chain_id": "burrito-1",
"port_id": "transfer",
"channel_id": "channel-31",
"version": "ics20-1"
}
],
"assetlist": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/assetlist.json"
Expand Down
34 changes: 34 additions & 0 deletions testnets/noon/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "../../assetlist.schema.json",
"chain_name": "noon",
"assets": [
{
"description": "The native token of Initia",
"denom_units": [
{
"denom": "l2/ffea49d63cbadcfd749b4f635eca198b2f3b44cb1f6b580f5d201d58f3bf7aea",
"exponent": 0
},
{
"denom": "INIT",
"exponent": 6
}
],
"base": "l2/ffea49d63cbadcfd749b4f635eca198b2f3b44cb1f6b580f5d201d58f3bf7aea",
"display": "INIT",
"name": "Initia Native Token",
"symbol": "INIT",
"coingecko_id": "",
"images": [
{
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/INIT.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/INIT.svg"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/INIT.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/INIT.svg"
}
}
]
}
83 changes: 83 additions & 0 deletions testnets/noon/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "noon",
"chain_id": "burrito-1",
"website": "https://lunchlunch.xyz",
"pretty_name": "Noon",
"status": "live",
"network_type": "testnet",
"daemon_name": "minitiad",
"node_home": "$HOME/.minitia",
"key_algos": ["secp256k1"],
"slip44": 118,
"bech32_prefix": "init",
"fees": {
"fee_tokens": [
{
"denom": "unoon",
"fixed_min_gas_price": 0.15,
"low_gas_price": 0.15,
"average_gas_price": 0.15,
"high_gas_price": 0.4
}
]
},
"staking": {
"staking_tokens": []
},
"description": "Noon Testnet",
"peers": {
"seeds": [],
"persistent_peers": []
},
"apis": {
"rpc": [
{
"address": "https://burrito-1-rpc.lunchlunch.xyz"
}
],
"rest": [
{
"address": "https://burrito-1-lcd.lunchlunch.xyz"
}
]
},
"explorers": [
{
"kind": "initia scan",
"url": "https://scan.testnet.initia.xyz/burrito-1",
"tx_page": "https://scan.testnet.initia.xyz/burrito-1/txs/${txHash}",
"account_page": "https://scan.testnet.initia.xyz/burrito-1/accounts/${accountAddress}"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.svg"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.svg"
},
"metadata": {
"assetlist": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/assetlist.json",
"op_bridge_id": "17",
"op_denoms": [
"uinit"
],
"ibc_channels": [
{
"chain_id": "initiation-1",
"port_id": "transfer",
"channel_id": "channel-0",
"version": "ics20-1"
}
],
"minitia": {
"type": "minimove",
"version": "v0.2.12"
}
}
}

Binary file added testnets/noon/images/INIT.png
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 testnets/noon/images/INIT.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testnets/noon/images/NOON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions testnets/noon/images/NOON.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testnets/noon/images/USDC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions testnets/noon/images/USDC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa51afb

Please sign in to comment.