Skip to content

Commit

Permalink
feat: add executor apis (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALPAC-4 authored Jul 16, 2024
1 parent c09d95d commit 94a09dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
7 changes: 3 additions & 4 deletions testnets/blackwing/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@
"metadata": {
"assetlist": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/assetlist.json",
"op_bridge_id": "8",
"op_denoms": [
"uinit"
],
"op_denoms": ["uinit"],
"executor_uri": "https://maze-executor-18bdff44-3aa4-425e-9bc0-06a2afa40af8.ase1-prod.newmetric.xyz",
"ibc_channels": [
{
"chain_id": "initiation-1",
Expand All @@ -101,4 +100,4 @@
"version": "v0.2.12"
}
}
}
}
1 change: 1 addition & 0 deletions testnets/civitia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"metadata": {
"op_bridge_id": "24",
"op_denoms": ["uinit"],
"executor_uri": "https://maze-executor-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz",
"ibc_channels": [
{
"chain_id": "initiation-1",
Expand Down
3 changes: 2 additions & 1 deletion testnets/init_ai/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"metadata": {
"op_bridge_id": "6",
"op_denoms": ["uinit"],
"executor_uri": "https://maze-executor-617bacff-7d34-4eb8-87f4-ee16fb4e0ac7.ue1-prod.newmetric.xyz",
"ibc_channels": [
{
"chain_id": "initiation-1",
Expand All @@ -103,4 +104,4 @@
"version": "v0.2.12"
}
}
}
}
1 change: 1 addition & 0 deletions testnets/tucana/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"metadata": {
"op_bridge_id": "14",
"op_denoms": ["uinit"],
"executor_uri": "https://maze-executor-c9796789-107d-49ab-b6de-059724d2a91d.ue1-prod.newmetric.xyz",
"ibc_channels": [
{
"chain_id": "initiation-1",
Expand Down

0 comments on commit 94a09dc

Please sign in to comment.