Skip to content

Commit ba30ebb

Browse files
add BFB anvil testnet (#553)
* add BFB anvil testnet * unified testnet bfb folder name * updated testbfb assetlist link * deleted traces in testbfb assetlist
1 parent 8672ff5 commit ba30ebb

File tree

4 files changed

+157
-240
lines changed

4 files changed

+157
-240
lines changed

testnets/culinaris/assetlist.json

Lines changed: 0 additions & 112 deletions
This file was deleted.

testnets/culinaris/chain.json

Lines changed: 0 additions & 128 deletions
This file was deleted.

testnets/testbfb/assetlist.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"$schema": "../../assetlist.schema.json",
3+
"chain_name": "testbfb",
4+
"assets": [
5+
{
6+
"description": "The native token of Initia",
7+
"denom_units": [
8+
{
9+
"denom": "evm/6ed1637781269560b204c27cd42d95e057c4be44",
10+
"exponent": 0
11+
},
12+
{
13+
"denom": "INIT",
14+
"exponent": 18
15+
}
16+
],
17+
"type_asset": "erc20",
18+
"address": "0x6ed1637781269560b204c27cd42d95e057c4be44",
19+
"base": "evm/6ed1637781269560b204c27cd42d95e057c4be44",
20+
"display": "INIT",
21+
"name": "Initia Native Token",
22+
"symbol": "INIT",
23+
"coingecko_id": "",
24+
"images": [
25+
{
26+
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/images/INIT.png"
27+
}
28+
],
29+
"logo_URIs": {
30+
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/images/INIT.png"
31+
}
32+
},
33+
{
34+
"description": "In-game currency of Battle for Blockchain",
35+
"denom_units": [
36+
{
37+
"denom": "evm/979d5cC349236EE6F5F6468853600265195aA51B",
38+
"exponent": 0
39+
},
40+
{
41+
"denom": "BFB",
42+
"exponent": 18
43+
}
44+
],
45+
"type_asset": "erc20",
46+
"address": "0x979d5cC349236EE6F5F6468853600265195aA51B",
47+
"base": "evm/979d5cC349236EE6F5F6468853600265195aA51B",
48+
"display": "BFB",
49+
"name": "BFB",
50+
"symbol": "BFB",
51+
"coingecko_id": "",
52+
"images": [
53+
{
54+
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/images/BFB.png"
55+
}
56+
],
57+
"logo_URIs": {
58+
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/images/BFB.png"
59+
}
60+
}
61+
]
62+
}

0 commit comments

Comments
 (0)