Skip to content

Commit

Permalink
feat: add l2 blast
Browse files Browse the repository at this point in the history
  • Loading branch information
q20274982 committed Mar 4, 2024
1 parent 121ad4e commit 0df801b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/blocto-sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ export const ETH_RPC_LIST: Mapping = {

// zKatana Sepolia Testnet
1261120: 'https://rpc.startale.com/zkatana',

// Blast
81457: 'https://rpc.blast.io',
// Blast Sepolia Testnet
168587773: 'https://sepolia.blast.io'
};

export const ETH_ENV_WALLET_SERVER_MAPPING: Mapping = {
Expand Down

0 comments on commit 0df801b

Please sign in to comment.