Skip to content

Commit

Permalink
Merge pull request #2 from ALPAC-4/main
Browse files Browse the repository at this point in the history
add missing field for birdee-1
  • Loading branch information
David885L2 authored May 11, 2024
2 parents 3b8661a + 8bf2682 commit 5cf23a0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
12 changes: 12 additions & 0 deletions testnets/initia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,18 @@
"port_id": "nft-transfer",
"channel_id": "channel-10",
"version": "ics721-1"
},
{
"chain_id": "birdee-1",
"port_id": "transfer",
"channel_id": "channel-25",
"version": "ics20-1"
},
{
"chain_id": "birdee-1",
"port_id": "nft-transfer",
"channel_id": "channel-26",
"version": "ics721-1"
}
],
"assetlist": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/assetlist.json"
Expand Down
22 changes: 21 additions & 1 deletion testnets/tucana/chain.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
{
"chain_name": "Tucana",
"chain_id": "birdee-1",
"pretty_name": "Tucana",
"status": "live",
"network_type": "testnet",
"bech32_prefix": "init",
"daemon_name": "minitiad",
"key_algos": ["secp256k1"],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "utuc",
"fixed_min_gas_price": 0,
"low_gas_price": 0,
"average_gas_price": 0,
"high_gas_price": 0
}
]
},
"apis": {
"rpc": [
{
Expand Down Expand Up @@ -51,6 +67,10 @@
"channel_id": "channel-0",
"version": "ics20-1"
}
]
],
"minitia": {
"type": "minimove",
"version": "v0.2.11"
}
}
}

0 comments on commit 5cf23a0

Please sign in to comment.