@rabbitholegg/questdk-plugin-utils
Advanced tools
Comparing version 1.0.0-alpha.17 to 1.0.0-alpha.18
# @rabbitholegg/questdk-plugin-utils | ||
## 1.0.0-alpha.18 | ||
### Minor Changes | ||
- [#341](https://github.com/rabbitholegg/questdk-plugins/pull/341) [`6e8f8e01`](https://github.com/rabbitholegg/questdk-plugins/commit/6e8f8e011f4251c6c179693d242dc6be34f76974) Thanks [@mmackz](https://github.com/mmackz)! - add blast tokens to CHAIN_TO_TOKENS | ||
## 1.0.0-alpha.17 | ||
@@ -4,0 +10,0 @@ |
@@ -69,3 +69,9 @@ "use strict"; | ||
'0x493257fD37EDB34451f62EDf8D2a0C418852bA4C', | ||
'0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91', | ||
]; | ||
const blastTokenAddresses = [ | ||
viem_1.zeroAddress, | ||
'0x4300000000000000000000000000000000000003', | ||
'0x4300000000000000000000000000000000000004', | ||
]; | ||
exports.CHAIN_TO_TOKENS = { | ||
@@ -78,2 +84,3 @@ [chain_ids_1.Chains.ETHEREUM]: exports.ethereumTokenAddresses, | ||
[chain_ids_1.Chains.ZK_SYNC_ERA]: zkSyncEraTokenAddresses, | ||
[chain_ids_1.Chains.BLAST]: blastTokenAddresses, | ||
}; | ||
@@ -80,0 +87,0 @@ exports.DEFAULT_ACCOUNT = '0x017f8ad14a2e745ea0f756bd57cd4852400be78c'; |
@@ -66,3 +66,9 @@ import { zeroAddress as ETH_ADDRESS } from 'viem'; | ||
'0x493257fD37EDB34451f62EDf8D2a0C418852bA4C', // USDT | ||
'0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91', // WETH | ||
]; | ||
const blastTokenAddresses = [ | ||
ETH_ADDRESS, // ETH | ||
'0x4300000000000000000000000000000000000003', // USDB | ||
'0x4300000000000000000000000000000000000004', // WETH | ||
]; | ||
export const CHAIN_TO_TOKENS = { | ||
@@ -75,2 +81,3 @@ [Chains.ETHEREUM]: ethereumTokenAddresses, | ||
[Chains.ZK_SYNC_ERA]: zkSyncEraTokenAddresses, | ||
[Chains.BLAST]: blastTokenAddresses, | ||
}; | ||
@@ -77,0 +84,0 @@ // Deployer Address. Can be used for simulations |
{ | ||
"name": "@rabbitholegg/questdk-plugin-utils", | ||
"version": "1.0.0-alpha.17", | ||
"version": "1.0.0-alpha.18", | ||
"exports": { | ||
@@ -5,0 +5,0 @@ "require": "./dist/cjs/index.js", |
@@ -72,4 +72,11 @@ import { type Address, zeroAddress as ETH_ADDRESS } from 'viem' | ||
'0x493257fD37EDB34451f62EDf8D2a0C418852bA4C', // USDT | ||
'0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91', // WETH | ||
] | ||
const blastTokenAddresses: Address[] = [ | ||
ETH_ADDRESS, // ETH | ||
'0x4300000000000000000000000000000000000003', // USDB | ||
'0x4300000000000000000000000000000000000004', // WETH | ||
] | ||
export const CHAIN_TO_TOKENS: { [chainId: number]: Address[] | undefined } = { | ||
@@ -82,2 +89,3 @@ [Chains.ETHEREUM]: ethereumTokenAddresses, | ||
[Chains.ZK_SYNC_ERA]: zkSyncEraTokenAddresses, | ||
[Chains.BLAST]: blastTokenAddresses, | ||
} | ||
@@ -84,0 +92,0 @@ |
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 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
1235495
11566