Skip to content

Commit

Permalink
Merge branch 'master' into debank
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptocifer authored Aug 21, 2023
2 parents 534a9be + 03c60ed commit 8a0f01b
Show file tree
Hide file tree
Showing 18 changed files with 220 additions and 7 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-10243.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Arthera Testnet",
"chain": "AA",
"icon": "arthera",
"rpc": ["https://rpc-test.arthera.net"],
"faucets": ["https://faucet.arthera.net"],
"nativeCurrency": {
"name": "Arthera",
"symbol": "AA",
"decimals": 18
},
"infoURL": "https://docs.arthera.net",
"shortName": "aa",
"chainId": 10243,
"networkId": 10243,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer-test.arthera.net",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
4 changes: 2 additions & 2 deletions _data/chains/eip155-14853.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"rpc": ["https://explorer-rpc-http.testnet5.stages.humanode.io"],
"faucets": ["https://t.me/HumanodeTestnet5FaucetBot"],
"nativeCurrency": {
"name": "HMND",
"symbol": "HMND",
"name": "eHMND",
"symbol": "eHMND",
"decimals": 18
},
"infoURL": "https://humanode.io",
Expand Down
23 changes: 23 additions & 0 deletions _data/chains/eip155-2031.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Centrifuge",
"chain": "CFG",
"rpc": ["wss://fullnode.parachain.centrifuge.io"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Centrifuge",
"symbol": "CFG",
"decimals": 18
},
"infoURL": "https://centrifuge.io",
"shortName": "cfg",
"chainId": 2031,
"networkId": 2031,
"explorers": [
{
"name": "subscan",
"url": "https://centrifuge.subscan.io",
"standard": "EIP3091"
}
]
}
16 changes: 16 additions & 0 deletions _data/chains/eip155-2032.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Catalyst",
"chain": "CFG",
"rpc": ["wss://fullnode.catalyst.cntrfg.com"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Catalyst CFG",
"symbol": "NCFG",
"decimals": 18
},
"infoURL": "https://centrifuge.io",
"shortName": "ncfg",
"chainId": 2032,
"networkId": 2032
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-2037.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Kiwi Subnet",
"chain": "KIWI",
"rpc": ["https://subnets.avax.network/kiwi/testnet/rpc"],
"features": [
{
"name": "EIP1559"
}
],
"faucets": [],
"nativeCurrency": {
"name": "Shrapgas",
"symbol": "SHRAP",
"decimals": 18
},
"infoURL": "",
"shortName": "kiwi",
"chainId": 2037,
"networkId": 2037,
"explorers": [
{
"name": "KIWI Explorer",
"url": "https://subnets-test.avax.network/kiwi",
"standard": "EIP3091"
}
]
}
16 changes: 16 additions & 0 deletions _data/chains/eip155-2088.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Altair",
"chain": "AIR",
"rpc": ["wss://fullnode.altair.centrifuge.io"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Altair",
"symbol": "AIR",
"decimals": 18
},
"infoURL": "https://centrifuge.io",
"shortName": "air",
"chainId": 2088,
"networkId": 2088
}
16 changes: 16 additions & 0 deletions _data/chains/eip155-2089.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Algol",
"chain": "algol",
"rpc": ["wss://fullnode.algol.cntrfg.com"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Algol",
"symbol": "ALGL",
"decimals": 18
},
"infoURL": "https://centrifuge.io",
"shortName": "algl",
"chainId": 2089,
"networkId": 2089
}
8 changes: 7 additions & 1 deletion _data/chains/eip155-2323.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "SOMA Network Testnet",
"chain": "SOMA",
"rpc": ["https://data-testnet-v1.somanetwork.io/"],
"rpc": [
"https://data-testnet-v1.somanetwork.io/",
"https://testnet-au-server-2.somanetwork.io",
"https://testnet-au-server-1.somanetwork.io",
"https://testnet-sg-server-1.somanetwork.io",
"https://testnet-sg-server-2.somanetwork.io"
],
"faucets": ["https://faucet.somanetwork.io"],
"nativeCurrency": {
"name": "SMA",
Expand Down
7 changes: 6 additions & 1 deletion _data/chains/eip155-2332.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "SOMA Network Mainnet",
"chain": "SOMA",
"rpc": ["https://data-mainnet-v1.somanetwork.io/"],
"rpc": [
"https://data-mainnet-v1.somanetwork.io/",
"https://id-mainnet.somanetwork.io",
"https://hk-mainnet.somanetwork.io",
"https://sg-mainnet.somanetwork.io"
],
"faucets": ["https://airdrop.somanetwork.io"],
"nativeCurrency": {
"name": "Soma Native Token",
Expand Down
23 changes: 23 additions & 0 deletions _data/chains/eip155-2863311531.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Ancient8 Testnet",
"chain": "Ancient8",
"icon": "ancient8",
"rpc": ["https://rpc-testnet.ancient8.gg"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://ancient8.gg/",
"shortName": "a8",
"chainId": 2863311531,
"networkId": 2863311531,
"explorers": [
{
"name": "a8scan-testnet",
"url": "https://testnet.a8scan.io",
"standard": "EIP3091"
}
]
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-345.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Yooldo Verse Mainnet",
"chain": "Yooldo Verse",
"icon": "yooldo_verse",
"rpc": ["https://rpc.yooldo-verse.xyz/"],
"faucets": [],
"nativeCurrency": {
"name": "OAS",
"symbol": "OAS",
"decimals": 18
},
"infoURL": "https://yooldo.gg/",
"shortName": "YVM",
"chainId": 345,
"networkId": 345,
"explorers": [
{
"name": "Yooldo Verse Explorer",
"url": "https://explorer.yooldo-verse.xyz",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-248"
}
}
4 changes: 2 additions & 2 deletions _data/chains/eip155-5234.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"rpc": ["https://explorer-rpc-http.mainnet.stages.humanode.io"],
"faucets": [],
"nativeCurrency": {
"name": "HMND",
"symbol": "HMND",
"name": "eHMND",
"symbol": "eHMND",
"decimals": 18
},
"infoURL": "https://humanode.io",
Expand Down
8 changes: 7 additions & 1 deletion _data/chains/eip155-75.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "Decimal Smart Chain Mainnet",
"chain": "DSC",
"rpc": ["https://node.decimalchain.com/web3/"],
"rpc": [
"https://node.decimalchain.com/web3/",
"https://node1-mainnet.decimalchain.com/web3/",
"https://node2-mainnet.decimalchain.com/web3/",
"https://node3-mainnet.decimalchain.com/web3/",
"https://node4-mainnet.decimalchain.com/web3/"
],
"faucets": [],
"nativeCurrency": {
"name": "Decimal",
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/ancient8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSX8sHToRzyFupT8BvPQjVsegRWFYz2mdnLkVnqBFKohY",
"width": 901,
"height": 901,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/arthera.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYQp3e52KjkT4bYdAvB6ACEEpXs2D8DozsDitaADRY2Ak",
"width": 1024,
"height": 998,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/yooldo_verse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmWvfA2usnYp1ktzLcqFS8eTLgdp4ifrxjiify46KyG9NZ",
"width": 512,
"height": 512,
"format": "png"
}
]
Binary file not shown.
Binary file not shown.

0 comments on commit 8a0f01b

Please sign in to comment.