Skip to content

Commit

Permalink
add noon executor api (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALPAC-4 authored Jul 16, 2024
1 parent 94a09dc commit f085595
Showing 1 changed file with 82 additions and 84 deletions.
166 changes: 82 additions & 84 deletions testnets/noon/chain.json
Original file line number Diff line number Diff line change
@@ -1,95 +1,93 @@
{
"$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
},
{
"denom": "l2/ffea49d63cbadcfd749b4f635eca198b2f3b44cb1f6b580f5d201d58f3bf7aea",
"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"
}
],
"grpc": [
{
"address": "grpc://23.20.67.10:9090"
}
]
},
"explorers": [
"$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": [
{
"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}"
"denom": "unoon",
"fixed_min_gas_price": 0.15,
"low_gas_price": 0.15,
"average_gas_price": 0.15,
"high_gas_price": 0.4
},
{
"denom": "l2/ffea49d63cbadcfd749b4f635eca198b2f3b44cb1f6b580f5d201d58f3bf7aea",
"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"
}
],
"images": [
"rest": [
{
"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"
"address": "https://burrito-1-lcd.lunchlunch.xyz"
}
],
"logo_URIs": {
"grpc": [
{
"address": "grpc://23.20.67.10:9090"
}
]
},
"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"
},
"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"
}
],
"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"],
"executor_uri": "https://burrito-1-executor.lunchlunch.xyz",
"ibc_channels": [
{
"chain_id": "initiation-1",
"port_id": "transfer",
"channel_id": "channel-0",
"version": "ics20-1"
}
}
],
"minitia": {
"type": "minimove",
"version": "v0.2.12"
}
}
}

0 comments on commit f085595

Please sign in to comment.