Skip to content

Commit

Permalink
testnets/noon: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadoy committed May 13, 2024
1 parent fc36da2 commit b048801
Show file tree
Hide file tree
Showing 8 changed files with 155 additions and 0 deletions.
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/4b66eb60bf9f503ea97fe4dc96d5c604c1dca14ee988e21510ac4b087bf72671",
"exponent": 0
},
{
"denom": "INIT",
"exponent": 6
}
],
"base": "l2/4b66eb60bf9f503ea97fe4dc96d5c604c1dca14ee988e21510ac4b087bf72671",
"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": "3",
"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.10"
}
}
}

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 b048801

Please sign in to comment.