Skip to content

Commit

Permalink
fix: update eip155-3636 and botanix.json (#3735)
Browse files Browse the repository at this point in the history
* fix: update eip155-3636 and botanix.json

* fix: update icon cid

* fix: update icon format

* remove unused icon that was replaced

---------

Co-authored-by: ligi <ligi@ligi.de>
  • Loading branch information
scottmillner and ligi authored Oct 29, 2023
1 parent 8111e2f commit 8bb0b7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions _data/chains/eip155-3636.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "Botanix Testnet",
"chain": "BTC",
"chain": "BOTANIX",
"icon": "botanix",
"rpc": ["https://testnet-rpc.btxtestchain.com"],
"faucets": ["https://faucet.btxtestchain.com"],
"rpc": ["https://node.botanixlabs.dev"],
"faucets": ["https://faucet.botanixlabs.dev"],
"nativeCurrency": {
"name": "Botanix",
"symbol": "BTC",
"decimals": 18
},
"infoURL": "https://btxtestchain.com",
"shortName": "BTCt",
"infoURL": "https://botanixlabs.xyz",
"shortName": "BTNX",
"chainId": 3636,
"networkId": 3636,
"explorers": [
{
"name": "Botanix",
"url": "https://testnet.btxtestchain.com",
"name": "3xpl",
"url": "https://3xpl.com/botanix",
"standard": "EIP3091"
}
]
Expand Down
6 changes: 3 additions & 3 deletions _data/icons/botanix.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"url": "ipfs://Qmf2iSjcrZwUDKhCVY9ZzfbSV2He2HSssbcG2yMz1mDerm",
"width": 32,
"height": 32,
"url": "ipfs://QmVE5s2pXiqdMnAcxhAmWkZYhpFB5CysypeLyPKzT4rGYe",
"width": 512,
"height": 512,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 8bb0b7e

Please sign in to comment.