diff --git a/testnets/initia/chain.json b/testnets/initia/chain.json
index 72c4f14..e9de56a 100644
--- a/testnets/initia/chain.json
+++ b/testnets/initia/chain.json
@@ -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"
diff --git a/testnets/noon/assetlist.json b/testnets/noon/assetlist.json
new file mode 100644
index 0000000..eac4a37
--- /dev/null
+++ b/testnets/noon/assetlist.json
@@ -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"
+ }
+ }
+ ]
+}
diff --git a/testnets/noon/chain.json b/testnets/noon/chain.json
new file mode 100644
index 0000000..3ac9163
--- /dev/null
+++ b/testnets/noon/chain.json
@@ -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"
+ }
+ }
+ }
+
\ No newline at end of file
diff --git a/testnets/noon/images/INIT.png b/testnets/noon/images/INIT.png
new file mode 100644
index 0000000..289a6dc
Binary files /dev/null and b/testnets/noon/images/INIT.png differ
diff --git a/testnets/noon/images/INIT.svg b/testnets/noon/images/INIT.svg
new file mode 100644
index 0000000..1563f2f
--- /dev/null
+++ b/testnets/noon/images/INIT.svg
@@ -0,0 +1,11 @@
+
diff --git a/testnets/noon/images/NOON.png b/testnets/noon/images/NOON.png
new file mode 100644
index 0000000..3707c38
Binary files /dev/null and b/testnets/noon/images/NOON.png differ
diff --git a/testnets/noon/images/NOON.svg b/testnets/noon/images/NOON.svg
new file mode 100644
index 0000000..9fb9581
--- /dev/null
+++ b/testnets/noon/images/NOON.svg
@@ -0,0 +1,15 @@
+
diff --git a/testnets/noon/images/USDC.png b/testnets/noon/images/USDC.png
new file mode 100644
index 0000000..e8d98cd
Binary files /dev/null and b/testnets/noon/images/USDC.png differ
diff --git a/testnets/noon/images/USDC.svg b/testnets/noon/images/USDC.svg
new file mode 100644
index 0000000..b7e2556
--- /dev/null
+++ b/testnets/noon/images/USDC.svg
@@ -0,0 +1,12 @@
+