Skip to content

Commit

Permalink
feat: change devent to stone-16 (#131)
Browse files Browse the repository at this point in the history
* feat: change devent to stone-16

* fix: fix stonewasm channel

* fix: remove chain id from asset list
  • Loading branch information
ALPAC-4 authored Jun 25, 2024
1 parent 7e8876b commit b0d259b
Show file tree
Hide file tree
Showing 25 changed files with 140 additions and 357 deletions.
31 changes: 0 additions & 31 deletions devnets/_IBC/initia-minimove.json

This file was deleted.

32 changes: 32 additions & 0 deletions devnets/_IBC/initia-stonemove.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../../ibc_data.schema.json",
"chain_1": {
"chain_name": "initia",
"client_id": "07-tendermint-0",
"connection_id": "connection-0"
},
"chain_2": {
"chain_name": "stonemove",
"client_id": "07-tendermint-0",
"connection_id": "connection-0"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-0",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-0",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"connection_id": "connection-1"
},
"chain_2": {
"chain_name": "miniwasm",
"chain_name": "stonewasm",
"client_id": "07-tendermint-0",
"connection_id": "connection-0"
"connection_id": "connection-1"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-1",
"channel_id": "channel-2",
"port_id": "transfer"
},
"chain_2": {
Expand Down
62 changes: 0 additions & 62 deletions devnets/blackwing/assetlist.json

This file was deleted.

105 changes: 0 additions & 105 deletions devnets/blackwing/chain.json

This file was deleted.

Binary file removed devnets/blackwing/images/BLACKWING.png
Binary file not shown.
11 changes: 0 additions & 11 deletions devnets/blackwing/images/BLACKWING.svg

This file was deleted.

2 changes: 1 addition & 1 deletion devnets/initia/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@
}
}
]
}
}
Loading

0 comments on commit b0d259b

Please sign in to comment.