From e8035c1e4b8460392f77631f2ba48d45f6070c2d Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Mon, 10 Mar 2025 16:38:03 -1000 Subject: [PATCH 1/2] Add RPCs --- package.json | 2 +- .../constants/src/lib/constants/constants.ts | 121 ++++++++++++++++++ 2 files changed, 122 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a587ba908..eed528614e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@cosmjs/proto-signing": "0.30.1", "@cosmjs/stargate": "0.30.1", "@dotenvx/dotenvx": "^1.6.4", - "@lit-protocol/accs-schemas": "^0.0.23", + "@lit-protocol/accs-schemas": "^0.0.24", "@lit-protocol/contracts": "^0.0.74", "@metamask/eth-sig-util": "5.0.2", "@mysten/sui.js": "^0.37.1", diff --git a/packages/constants/src/lib/constants/constants.ts b/packages/constants/src/lib/constants/constants.ts index 120c4350dd..63af2c4db9 100644 --- a/packages/constants/src/lib/constants/constants.ts +++ b/packages/constants/src/lib/constants/constants.ts @@ -934,6 +934,127 @@ export const LIT_CHAINS: LITChain = { type: null, vmType: 'EVM', }, + rootstock: { + contractAddress: null, + chainId: 30, + name: 'Rootstock', + symbol: 'RBTC', + decimals: 18, + rpcUrls: ['https://public-node.rsk.co'], + blockExplorerUrls: ['https://rootstock-testnet.blockscout.com/'], + type: null, + vmType: 'EVM', + }, + rootstockTestnet: { + contractAddress: null, + chainId: 31, + name: 'Rootstock Testnet', + symbol: 'tRBTC', + decimals: 18, + rpcUrls: ['https://public-node.testnet.rsk.co'], + blockExplorerUrls: ['https://explorer.testnet.rootstock.io'], + type: null, + vmType: 'EVM', + }, + merlin: { + contractAddress: null, + chainId: 4200, + name: 'Merlin', + symbol: 'BTC', + decimals: 18, + rpcUrls: ['https://endpoints.omniatech.io/v1/merlin/mainnet/public'], + blockExplorerUrls: ['https://scan.merlinchain.io/'], + type: null, + vmType: 'EVM', + }, + merlinTestnet: { + contractAddress: null, + chainId: 686868, + name: 'Merlin Testnet', + symbol: 'BTC', + decimals: 18, + rpcUrls: ['https://testnet-rpc.merlinchain.io/'], + blockExplorerUrls: ['https://testnet-scan.merlinchain.io'], + type: null, + vmType: 'EVM', + }, + bsquared: { + contractAddress: null, + chainId: 223, + name: 'BSquared', + symbol: 'BTC', + decimals: 18, + rpcUrls: ['https://rpc.bsquared.network'], + blockExplorerUrls: ['https://explorer.bsquared.network'], + type: null, + vmType: 'EVM', + }, + bsquaredTestnet: { + contractAddress: null, + chainId: 1123, + name: 'BSquared Testnet', + symbol: 'tBTC', + decimals: 18, + rpcUrls: ['https://testnet-rpc.bsquared.network'], + blockExplorerUrls: ['https://testnet-explorer.bsquared.network'], + type: null, + vmType: 'EVM', + }, + monadTestnet: { + contractAddress: null, + chainId: 10143, + name: 'Monad Testnet', + symbol: 'MON', + decimals: 18, + rpcUrls: ['https://testnet-rpc.monad.xyz'], + blockExplorerUrls: ['https://testnet.monadexplorer.com'], + type: null, + vmType: 'EVM', + }, + bitlayer: { + contractAddress: null, + chainId: 200901, + name: 'Bitlayer', + symbol: 'BTC', + decimals: 18, + rpcUrls: ['https://rpc.bitlayer.org'], + blockExplorerUrls: ['https://www.btrscan.com'], + type: null, + vmType: 'EVM', + }, + bitlayerTestnet: { + contractAddress: null, + chainId: 200810, + name: 'Bitlayer Testnet', + symbol: 'BTC', + decimals: 18, + rpcUrls: ['https://testnet-rpc.bitlayer.org'], + blockExplorerUrls: ['https://testnet-scan.bitlayer.org'], + type: null, + vmType: 'EVM', + }, + '5ire': { + contractAddress: null, + chainId: 995, + name: '5irechain', + symbol: '5ire', + decimals: 18, + rpcUrls: ['https://rpc.5ire.network'], + blockExplorerUrls: ['https://5irescan.io/dashboard'], + type: null, + vmType: 'EVM', + }, + bob: { + contractAddress: null, + chainId: 60808, + name: 'Bob', + symbol: 'ETH', + decimals: 18, + rpcUrls: ['https://rpc.gobob.xyzg'], + blockExplorerUrls: ['https://explorer.gobob.xyz'], + type: null, + vmType: 'EVM', + }, }; /** From a27aa382ac13b2bbc93e6f752433e4aa96da70ce Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 11 Mar 2025 14:40:05 +0000 Subject: [PATCH 2/2] chore: update yarn.lock --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4806d5d33e..2743ab18a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3013,10 +3013,10 @@ npmlog "^6.0.2" write-file-atomic "^4.0.1" -"@lit-protocol/accs-schemas@^0.0.23": - version "0.0.23" - resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.23.tgz#200f8e93769328cba4d08aebe33d22fc1939daad" - integrity sha512-cjXLnjYRZmVNYTrmwE3tlsB7fSO05WYnOc0Z8tieTtMffi2LubLIWe8di9kIIawkHtQERpoMFbR+X3GZl3CIAA== +"@lit-protocol/accs-schemas@^0.0.24": + version "0.0.24" + resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.24.tgz#f2e0ee6c0e908f9f40378f210fd8ba922195c764" + integrity sha512-sjUfMAc8kj/Tj/GAFnlrbvs9PzoSK5wR3L1hK4kFI6lifq31LsDGqNLWmIEDXRubE/YusK5QaY30h+WPgk8RFQ== dependencies: ajv "^8.12.0"