@rabbitholegg/questdk-plugin-utils
Advanced tools
Comparing version 1.0.0-alpha.35 to 1.0.0-alpha.36
# @rabbitholegg/questdk-plugin-utils | ||
## 1.0.0-alpha.36 | ||
### Minor Changes | ||
- [#443](https://github.com/rabbitholegg/questdk-plugins/pull/443) [`0e3dd08f`](https://github.com/rabbitholegg/questdk-plugins/commit/0e3dd08ff581044de3f2c2802fd0a3b7b8de44e6) Thanks [@mmackz](https://github.com/mmackz)! - add support for blast | ||
## 1.0.0-alpha.35 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@rabbitholegg/questdk-plugin-utils", | ||
"version": "1.0.0-alpha.35", | ||
"version": "1.0.0-alpha.36", | ||
"exports": { | ||
@@ -5,0 +5,0 @@ "require": "./dist/cjs/index.js", |
import { Address } from 'viem' | ||
import { Chains } from './chain-ids' | ||
// to find relayer address, check a tx on https://layerzeroscan.com/ | ||
export const RELAYER_ADDRESSES: { [chain in Chains]?: Address } = { | ||
@@ -15,2 +16,3 @@ [Chains.ETHEREUM]: '0x902F09715B6303d4173037652FA7377e5b98089E', | ||
[Chains.ZORA]: '0xA658742d33ebd2ce2F0bdFf73515Aa797Fd161D9', | ||
[Chains.BLAST]: '0xA658742d33ebd2ce2F0bdFf73515Aa797Fd161D9', | ||
} |
import { | ||
arbitrum, | ||
base, | ||
blast, | ||
mainnet, | ||
@@ -17,2 +18,4 @@ optimism, | ||
return base | ||
case blast.id: | ||
return blast | ||
case mainnet.id: | ||
@@ -19,0 +22,0 @@ return mainnet |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1237539
18110