Skip to content

Commit 2142199

Browse files
authored
chore: Add eid and CCTP domainId for INK (#177)
1 parent b3c951e commit 2142199

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/constants",
3-
"version": "3.1.93",
3+
"version": "3.1.94",
44
"description": "Export commonly re-used values for Across repositories",
55
"repository": {
66
"type": "git",

src/networks.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export const PRODUCTION_OFT_EIDs = {
7676
BLAST: 30243,
7777
BSC: 30102,
7878
HYPEREVM: 30367,
79+
INK: 30339,
7980
MAINNET: 30101,
8081
MONAD: 30390,
8182
OPTIMISM: 30111,
@@ -220,8 +221,8 @@ export const PRODUCTION_NETWORKS: { [chainId: number]: PublicNetwork } = {
220221
nativeToken: "ETH",
221222
publicRPC: "https://rpc-gel.inkonchain.com",
222223
blockExplorer: "https://explorer.inkonchain.com",
223-
cctpDomain: CCTP_NO_DOMAIN,
224-
oftEid: OFT_NO_EID,
224+
cctpDomain: 21,
225+
oftEid: PRODUCTION_OFT_EIDs.INK,
225226
hypDomainId: MAINNET_CHAIN_IDs.INK,
226227
},
227228
[CHAIN_IDs.TATARA]: {

0 commit comments

Comments
 (0)