diff --git a/public/assets/chain-icons/rootstock.webp b/public/assets/chain-icons/rootstock.webp new file mode 100644 index 0000000..5bb031c Binary files /dev/null and b/public/assets/chain-icons/rootstock.webp differ diff --git a/public/assets/chain-icons/rootstock_t.webp b/public/assets/chain-icons/rootstock_t.webp new file mode 100644 index 0000000..5bb031c Binary files /dev/null and b/public/assets/chain-icons/rootstock_t.webp differ diff --git a/src/utils/networks.ts b/src/utils/networks.ts index 2b5b793..f26ceff 100644 --- a/src/utils/networks.ts +++ b/src/utils/networks.ts @@ -29,6 +29,15 @@ export const mainNets: {[key: number]: Network} = { symbol: '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: { name: 'Optimism', rpc: 'https://mainnet.optimism.io', @@ -105,6 +114,14 @@ export const testNets = { explorer: 'https://gnosis-chiado.blockscout.com', 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: { name: 'TESTNET Optimism Goreli', rpc: 'https://goerli.optimism.io/',