mirror of
https://github.com/lil-org/wallet.git
synced 2024-12-27 06:22:30 +03:00
add world
This commit is contained in:
parent
e9c32f68a0
commit
f95ec812af
@ -30,6 +30,7 @@ struct BundledNodes {
|
||||
338: "evm-t3.cronos.org",
|
||||
420: "goerli.optimism.io",
|
||||
424: "rpc.publicgoods.network",
|
||||
480: "worldchain-mainnet.g.alchemy.com/public",
|
||||
690: "rpc.redstonechain.com",
|
||||
1001: "api.baobab.klaytn.net:8651",
|
||||
1088: "andromeda.metis.io/?owner=1088",
|
||||
|
@ -150,6 +150,11 @@
|
||||
"o" : true,
|
||||
"s" : "ETH"
|
||||
},
|
||||
"480" : {
|
||||
"b" : "https://worldscan.org",
|
||||
"n" : "World Chain",
|
||||
"s" : "ETH",
|
||||
},
|
||||
"690" : {
|
||||
"b" : "https://explorer.redstone.xyz",
|
||||
"n" : "Redstone",
|
||||
|
@ -26,6 +26,7 @@
|
||||
"338" : "evm-t3.cronos.org",
|
||||
"420" : "goerli.optimism.io",
|
||||
"424" : "rpc.publicgoods.network",
|
||||
"480" : "worldchain-mainnet.g.alchemy.com/public",
|
||||
"690" : "rpc.redstonechain.com",
|
||||
"1001" : "api.baobab.klaytn.net:8651",
|
||||
"1088" : "andromeda.metis.io/?owner=1088",
|
||||
|
@ -30,7 +30,7 @@ fetchChains { chains in
|
||||
let currentNodes = try! JSONDecoder().decode([String: String].self, from: currentNodesData)
|
||||
|
||||
let currentIds = Set(currentNetworks.keys)
|
||||
let newChainsIds = Set([810180])
|
||||
let newChainsIds = Set([480])
|
||||
|
||||
let newChains = chains.filter { chain in
|
||||
let isEIP3091 = chain.explorers?.contains(where: { $0.standard == "EIP3091" }) == true
|
||||
|
Loading…
Reference in New Issue
Block a user