mirror of
https://github.com/andrei0x309/clear-wallet.git
synced 2024-11-18 23:41:10 +00:00
chore: add cyber network
This commit is contained in:
parent
1b67a37a39
commit
a6bc10c49b
BIN
public/assets/chain-icons/cyber.webp
Normal file
BIN
public/assets/chain-icons/cyber.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 442 B |
BIN
public/assets/chain-icons/cyber_t.webp
Normal file
BIN
public/assets/chain-icons/cyber_t.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 510 B |
@ -64,7 +64,16 @@ export const mainNets: {[key: number]: Network} = {
|
||||
icon: 'base.webp',
|
||||
symbol: 'ETH',
|
||||
priceId: 'ethereum'
|
||||
}
|
||||
},
|
||||
7560 : {
|
||||
name: 'Cyber',
|
||||
rpc: 'https://rpc.cyber.co',
|
||||
chainId: 7560 ,
|
||||
explorer: 'https://cyberscan.co',
|
||||
icon: 'cyber.webp',
|
||||
symbol: 'ETH',
|
||||
priceId: 'ethereum'
|
||||
},
|
||||
}
|
||||
|
||||
export const testNets = {
|
||||
@ -124,6 +133,13 @@ export const testNets = {
|
||||
explorer: 'https://sepolia.arbiscan.io/',
|
||||
icon: 'arbitrum_t.webp'
|
||||
},
|
||||
111557560 : {
|
||||
name: 'Cyber',
|
||||
rpc: 'https://rpc.testnet.cyber.co',
|
||||
chainId: 111557560 ,
|
||||
explorer: 'https://testnet.cyberscan.co/',
|
||||
icon: 'cyber_t.webp'
|
||||
},
|
||||
}
|
||||
|
||||
export const allTemplateNets = {...mainNets, ...testNets}
|
||||
|
Loading…
Reference in New Issue
Block a user