Skip to content

Commit

Permalink
Merge branch 'master' into debank
Browse files Browse the repository at this point in the history
  • Loading branch information
windycrypto authored Aug 17, 2023
2 parents fd13327 + b281028 commit a4713c7
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 7 deletions.
1 change: 1 addition & 0 deletions _data/chains/eip155-100.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"https://gnosis.api.onfinality.io/public",
"https://gnosis.blockpi.network/v1/rpc/public",
"https://web3endpoints.com/gnosischain-mainnet",
"https://gnosis.oat.farm",
"wss://rpc.gnosischain.com/wss"
],
"faucets": [
Expand Down
10 changes: 7 additions & 3 deletions _data/chains/eip155-2221.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "Kava EVM Testnet",
"name": "Kava Testnet",
"chain": "KAVA",
"rpc": ["https://evm.testnet.kava.io", "wss://wevm.testnet.kava.io"],
"rpc": [
"https://evm.testnet.kava.io",
"https://kava-evm-testnet.rpc.thirdweb.com",
"wss://wevm.testnet.kava.io"
],
"faucets": ["https://faucet.kava.io"],
"nativeCurrency": {
"name": "TKava",
Expand All @@ -16,7 +20,7 @@
"explorers": [
{
"name": "Kava Testnet Explorer",
"url": "https://explorer.testnet.kava.io",
"url": "http://testnet.kavascan.com",
"standard": "EIP3091",
"icon": "kava"
}
Expand Down
6 changes: 4 additions & 2 deletions _data/chains/eip155-2222.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "Kava EVM",
"name": "Kava",
"chain": "KAVA",
"rpc": [
"https://evm.kava.io",
"https://evm2.kava.io",
"https://kava-rpc.gateway.pokt.network",
"https://kava-evm.rpc.thirdweb.com",
"wss://wevm.kava.io",
"wss://wevm2.kava.io",
"https://kava-evm.publicnode.com"
Expand All @@ -22,7 +24,7 @@
"explorers": [
{
"name": "Kava EVM Explorer",
"url": "https://explorer.kava.io",
"url": "https://kavascan.com",
"standard": "EIP3091",
"icon": "kava"
}
Expand Down
28 changes: 28 additions & 0 deletions _data/chains/eip155-420692.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Alterium L2 Testnet",
"chain": "ALT",
"icon": "alterium",
"rpc": ["https://l2-testnet-rpc.altscan.org"],
"faucets": [],
"nativeCurrency": {
"name": "Alterium ETH",
"symbol": "AltETH",
"decimals": 18
},
"infoURL": "https://alteriumprotocol.org",
"shortName": "alterium",
"chainId": 420692,
"networkId": 420692,
"parent": {
"type": "L2",
"chain": "eip155-5",
"bridges": [{ "url": "https://testnet-bridge.alteriumprotocol.org" }]
},
"explorers": [
{
"name": "Alterium L2 Testnet Explorer",
"url": "https://l2-testnet.altscan.org",
"standard": "EIP3091"
}
]
}
28 changes: 28 additions & 0 deletions _data/chains/eip155-667.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "LAOS Arrakis",
"title": "LAOS Testnet Arrakis",
"chain": "LAOS",
"icon": "laos",
"rpc": [
"https://arrakis.gorengine.com/own",
"wss://arrakis.gorengine.com/own"
],
"faucets": [],
"nativeCurrency": {
"name": "LAOS",
"symbol": "LAOS",
"decimals": 18
},
"infoURL": "https://www.laosfoundation.io/",
"shortName": "laos",
"chainId": 667,
"networkId": 667,
"explorers": [
{
"name": "blockscout",
"url": "https://arrakis.gorengine.com",
"icon": "laos",
"standard": "EIP3091"
}
]
}
5 changes: 4 additions & 1 deletion _data/chains/eip155-8453.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "Base",
"chain": "ETH",
"rpc": ["https://mainnet.base.org/"],
"rpc": [
"https://mainnet.base.org/",
"https://developer-access-mainnet.base.org/"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/alterium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreid3v7ow4c4t3ljya6aouiwvqbtssb2lzmkwt2eghryk234g7yynrq",
"width": 756,
"height": 756,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/laos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZ4YYcvhcaeotMPaGXC5Vab7JFaVkka37V8TiTJpT7Mak",
"width": 586,
"height": 558,
"format": "png"
}
]
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
KOTLIN_VERSION = "1.9.0"
KETHEREUM_VERSION = "0.85.7"
KETHEREUM_VERSION = "0.86.0"
}

repositories {
Expand Down

0 comments on commit a4713c7

Please sign in to comment.