mirror of
https://github.com/andrei0x309/clear-wallet.git
synced 2024-11-18 23:41:10 +00:00
Merge pull request #13 from ahsan-javaiid/feat/rootstock-network
Add Rootstock Network
This commit is contained in:
commit
2d6f5e887f
BIN
public/assets/chain-icons/rootstock.webp
Normal file
BIN
public/assets/chain-icons/rootstock.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
public/assets/chain-icons/rootstock_t.webp
Normal file
BIN
public/assets/chain-icons/rootstock_t.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -29,6 +29,15 @@ export const mainNets: {[key: number]: Network} = {
|
|||||||
symbol: 'xDAI',
|
symbol: 'xDAI',
|
||||||
priceId: 'xdai'
|
priceId: 'xdai'
|
||||||
},
|
},
|
||||||
|
30: {
|
||||||
|
name: 'Rootstock',
|
||||||
|
rpc: 'https://public-node.rsk.co',
|
||||||
|
chainId: 30,
|
||||||
|
explorer: 'https://explorer.rootstock.io',
|
||||||
|
icon: 'rootstock.webp',
|
||||||
|
symbol: 'RBTC',
|
||||||
|
priceId: 'rootstock'
|
||||||
|
},
|
||||||
10: {
|
10: {
|
||||||
name: 'Optimism',
|
name: 'Optimism',
|
||||||
rpc: 'https://mainnet.optimism.io',
|
rpc: 'https://mainnet.optimism.io',
|
||||||
@ -114,6 +123,14 @@ export const testNets = {
|
|||||||
explorer: 'https://gnosis-chiado.blockscout.com',
|
explorer: 'https://gnosis-chiado.blockscout.com',
|
||||||
icon:'xdai_t.webp'
|
icon:'xdai_t.webp'
|
||||||
},
|
},
|
||||||
|
31: {
|
||||||
|
name: 'Rootstock Testnet',
|
||||||
|
rpc: 'https://public-node.testnet.rsk.co',
|
||||||
|
chainId: 31,
|
||||||
|
explorer: 'https://explorer.testnet.rootstock.io',
|
||||||
|
icon: 'rootstock_t.webp',
|
||||||
|
symbol: 'tRBTC',
|
||||||
|
},
|
||||||
420: {
|
420: {
|
||||||
name: 'TESTNET Optimism Goreli',
|
name: 'TESTNET Optimism Goreli',
|
||||||
rpc: 'https://goerli.optimism.io/',
|
rpc: 'https://goerli.optimism.io/',
|
||||||
|
Loading…
Reference in New Issue
Block a user