Skip to content

Commit 212ea2f

Browse files
authored
Add giwa testnet and mainnet (#7707)
* Add GIWA Sepolia * Add GIWA Testnet icon * Add GIWA Mainnet
1 parent 7588e32 commit 212ea2f

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

_data/chains/eip155-9134.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "GIWA",
3+
"chain": "ETH",
4+
"rpc": [],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Ether",
8+
"symbol": "ETH",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://giwa.io",
12+
"shortName": "giwa",
13+
"chainId": 9134,
14+
"networkId": 9134,
15+
"status": "incubating"
16+
}

_data/chains/eip155-91342.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "GIWA Sepolia Testnet",
3+
"chain": "ETH",
4+
"rpc": ["https://sepolia-rpc.giwa.io"],
5+
"faucets": ["https://faucet.giwa.io"],
6+
"nativeCurrency": {
7+
"name": "Sepolia Ether",
8+
"symbol": "ETH",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://giwa.io",
12+
"shortName": "giwasepolia",
13+
"chainId": 91342,
14+
"networkId": 91342,
15+
"slip44": 1,
16+
"icon": "giwaTestnet",
17+
"explorers": [
18+
{
19+
"name": "GIWA Sepolia Blockscout",
20+
"url": "https://sepolia-explorer.giwa.io",
21+
"icon": "blockscout",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/icons/giwaTestnet.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreie3xhbmcwv5qqopq7ak5n5wmqncy6ewnxgi772vytmssmqrubngbm",
4+
"width": 128,
5+
"height": 128,
6+
"format": "svg"
7+
}
8+
]

0 commit comments

Comments
 (0)