Skip to content

Commit

Permalink
eddy-new-address (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoElement authored Aug 9, 2024
2 parents dbe2a24 + d556da3 commit c0d9088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubic-sdk",
"version": "5.33.0",
"version": "5.33.1",
"description": "Simplify dApp creation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BLOCKCHAIN_NAME } from 'src/core/blockchain/models/blockchain-name';

import { TssAvailableEddyBridgeChain } from './eddy-bridge-supported-chains';

export const EDDY_CONTRACT_ADDRESS_IN_ZETACHAIN = '0xd91b507F2A3e2D4A32d0C86Ac19FEAD2D461008D';
export const EDDY_CONTRACT_ADDRESS_IN_ZETACHAIN = '0xD494685B830e8C81Af6c7DA2B6E6C70e526019cE';

export const TSS_ADDRESSES_EDDY_BRIDGE: Record<TssAvailableEddyBridgeChain, string> = {
[BLOCKCHAIN_NAME.ETHEREUM]: '0x70e967acFcC17c3941E87562161406d41676FD83',
Expand Down

0 comments on commit c0d9088

Please sign in to comment.