Skip to content

Commit b6e5474

Browse files
authored
Add BFB Token on initia L1 (#562)
* add BFB on Initia L1 * fix channel id * fix wrapped token * fix decimal
1 parent ee2e63c commit b6e5474

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

mainnets/initia/assetlist.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,47 @@
424424
"logo_URIs": {
425425
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/images/USDe.png"
426426
}
427+
},
428+
429+
{
430+
"description": "In-game currency of Battle for Blockchain",
431+
"denom_units": [
432+
{
433+
"denom": "ibc/A5376B6C69C98C5FA0C3834A5F74966DF98AEEA758BA35104A5BAF095FB49789",
434+
"exponent": 0
435+
},
436+
{
437+
"denom": "BFB",
438+
"exponent": 6
439+
}
440+
],
441+
"base": "ibc/A5376B6C69C98C5FA0C3834A5F74966DF98AEEA758BA35104A5BAF095FB49789",
442+
"display": "BFB",
443+
"name": "BFB",
444+
"symbol": "BFB",
445+
"coingecko_id": "",
446+
"traces": [
447+
{
448+
"type": "ibc",
449+
"counterparty": {
450+
"chain_name": "bfb",
451+
"base_denom": "evm/6922eF1A57aA7F4475dc2E03604923faC4001661",
452+
"channel_id": "channel-0"
453+
},
454+
"chain": {
455+
"channel_id": "channel-60",
456+
"path": "transfer/channel-60/evm/6922eF1A57aA7F4475dc2E03604923faC4001661"
457+
}
458+
}
459+
],
460+
"images": [
461+
{
462+
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/images/BFB.png"
463+
}
464+
],
465+
"logo_URIs": {
466+
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/images/BFB.png"
467+
}
427468
}
428469
]
429470
}

mainnets/initia/chain.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,18 @@
275275
"port_id": "transfer",
276276
"channel_id": "channel-38",
277277
"version": "ics20-1"
278+
},
279+
{
280+
"chain_id": "bfb-1",
281+
"port_id": "nft-transfer",
282+
"channel_id": "channel-61",
283+
"version": "ics721-1"
284+
},
285+
{
286+
"chain_id": "bfb-1",
287+
"port_id": "transfer",
288+
"channel_id": "channel-60",
289+
"version": "ics20-1"
278290
}
279291
]
280292
}

0 commit comments

Comments
 (0)