Skip to content

Commit aa6afde

Browse files
authored
chore: add babylon asset and config (#1354)
1 parent 6a51a72 commit aa6afde

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

public/images/chains/babylon.svg

Lines changed: 1 addition & 0 deletions
Loading

src/data/cosmos_chains.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,12 @@
445445
"name": "Zigchain",
446446
"network_id": "zigchain",
447447
"image": "/images/chains/zigchain.svg"
448+
},
449+
{
450+
"id": "babylon",
451+
"name": "Babylon",
452+
"network_id": "babylon",
453+
"image": "/images/chains/babylon.svg"
448454
}
449455
]
450456
}

src/data/ibc_channels.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,16 @@
399399
"from": "axelarnet",
400400
"to": "mantra",
401401
"channel_id": "channel-170"
402+
},
403+
{
404+
"from": "babylon",
405+
"to": "axelarnet",
406+
"channel_id": "channel-2"
407+
},
408+
{
409+
"from": "axelarnet",
410+
"to": "babylon",
411+
"channel_id": "channel-175"
402412
}
403413
],
404414
"testnet": [

0 commit comments

Comments
 (0)