Skip to content

Commit

Permalink
Merge branch 'master' into update/add-pivotal-chains
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkhong authored Jun 18, 2024
2 parents ff55305 + bef67db commit d1967c4
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 3 deletions.
22 changes: 22 additions & 0 deletions _data/chains/eip155-11822.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Artela Testnet",
"chain": "Artela",
"rpc": ["https://betanet-rpc1.artela.network"],
"faucets": [],
"nativeCurrency": {
"name": "ART",
"symbol": "ART",
"decimals": 18
},
"infoURL": "https://artela.network/",
"shortName": "Artela",
"chainId": 11822,
"networkId": 11822,
"explorers": [
{
"name": "ArtelaScan",
"url": "https://betanet-scan.artela.network",
"standard": "EIP3091"
}
]
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-1200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Cuckoo Chain",
"title": "Cuckoo Chain",
"chain": "CuckooAI",
"icon": "cuckoo-ai",
"rpc": [
"https://mainnet-rpc.cuckoo.network",
"wss://mainnet-rpc.cuckoo.network"
],
"faucets": [],
"nativeCurrency": {
"name": "CuckooAI",
"symbol": "CAI",
"decimals": 18
},
"infoURL": "https://cuckoo.network",
"shortName": "cai",
"chainId": 1200,
"networkId": 1200,
"explorers": [
{
"name": "Cuckoo Chain Explorer",
"url": "https://mainnet-scan.cuckoo.network",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-1997.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Kyoto",
"chain": "KYOTO",
"rpc": ["https://rpc.kyotochain.io"],
"faucets": [],
"nativeCurrency": {
"name": "Kyoto",
"symbol": "KYOTO",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
"infoURL": "https://kyotoprotocol.io",
"shortName": "kyoto",
"chainId": 1997,
"networkId": 1997,
"slip44": 1,
"explorers": [
{
"name": "Kyotoscan",
"url": "https://kyotoscan.io",
"standard": "EIP3091"
}
]
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-3490.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "GTCSCAN",
"chain": "GTC",
"icon": "gtc",
"rpc": ["https://gtc-dataseed.gtcscan.io/"],
"faucets": [],
"nativeCurrency": {
"name": "GTC",
"symbol": "GTC",
"decimals": 18
},
"infoURL": "https://gtcscan.io/",
"shortName": "gtc",
"chainId": 3490,
"networkId": 3490,
"slip44": 1,
"explorers": [
{
"name": "GTCScan Explorer",
"url": "https://gtcscan.io",
"standard": "none",
"icon": "gtc"
}
]
}
4 changes: 2 additions & 2 deletions _data/chains/eip155-44.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"networkId": 44,
"explorers": [
{
"name": "subscan",
"url": "https://crab.subscan.io",
"name": "blockscout",
"url": "https://crab-scan.darwinia.network",
"standard": "EIP3091"
}
]
Expand Down
5 changes: 4 additions & 1 deletion _data/chains/eip155-80084.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "Berachain bArtio",
"chain": "Berachain bArtio",
"rpc": ["https://bartio.rpc.berachain.com"],
"rpc": [
"https://bartio.rpc.berachain.com",
"https://bera-testnet.nodeinfra.com"
],
"faucets": ["https://bartio.faucet.berachain.com"],
"nativeCurrency": {
"name": "BERA Token",
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/gtc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafybeiaaq7gogws6uqcvo6imxbxfgpdhewybh7bxgtfny2i2as5nidbdje",
"width": 312,
"height": 312,
"format": "png"
}
]
Binary file not shown.
Binary file not shown.

0 comments on commit d1967c4

Please sign in to comment.