Skip to content

Commit

Permalink
watcher: add mainnet snaxchain
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Aug 20, 2024
1 parent e452787 commit b5b6f43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN: NetworkChainBlockMap
Blast: '2375628',
Sei: '238594',
Wormchain: '4510119', // https://bigdipper.live/wormhole/transactions/4D861F1BE86325D227FA006CA2745BBC6748AF5B5E0811DE536D02792928472A },
Snaxchain: '306315',
},
['Testnet']: {
Ethereum: '0',
Expand Down
1 change: 1 addition & 0 deletions watcher/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const RPCS_BY_CHAIN: { [key in Network]: { [key in Chain]?: string } } =
Sei: process.env.SEI_RPC || 'https://sei-rest.brocha.in', // https://docs.sei.io/develop/resources
Wormchain: process.env.WORMCHAIN_RPC || 'https://wormchain-rpc.quickapi.com',
Xlayer: process.env.XLAYER_RPC || 'https://rpc.ankr.com/xlayer',
Snaxchain: process.env.SNAXCHAIN_RPC || 'https://snaxchain.io',
},
['Testnet']: {
Ethereum: process.env.ETH_RPC,
Expand Down
1 change: 1 addition & 0 deletions watcher/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const supportedChains: Chain[] =
'Mantle',
'Blast',
'Xlayer',
'Snaxchain',
'Wormchain',
];

Expand Down

0 comments on commit b5b6f43

Please sign in to comment.