Skip to content

Commit

Permalink
add base sepolia address
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jul 5, 2024
1 parent fa6272d commit b1e2b07
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 16 deletions.
59 changes: 43 additions & 16 deletions helix-contract/script/configure/dev.chain.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "sepolia",
"url": "https://1rpc.io/sepolia",
"url": "https://rpc.sepolia.org",
"dao": "0x88a39B052d477CfdE47600a7C9950a441Ce61cb4",
"chainId": 11155111,
"lzChainId": 10161,
Expand All @@ -18,11 +18,11 @@
],
"tokens": [
{
"symbol": "usdt",
"name": "usdt",
"address": "0x876A4f6eCF13EEb101F9E75FCeF58f19Ff383eEB"
},
{
"symbol": "usdc",
"name": "usdc",
"address": "0x876A4f6eCF13EEb101F9E75FCeF58f19Ff383eEB"
}
]
Expand All @@ -46,11 +46,11 @@
],
"tokens": [
{
"symbol": "usdt",
"name": "usdt",
"address": "0x3b8Bb7348D4F581e67E2498574F73e4B9Fc51855"
},
{
"symbol": "usdc",
"name": "usdc",
"address": "0x8A87497488073307E1a17e8A12475a94Afcb413f"
}
]
Expand Down Expand Up @@ -85,11 +85,11 @@
],
"tokens": [
{
"symbol": "usdt",
"name": "usdt",
"address": "0x3350f1ef046e21E052dCbA60Fc575919CCaFEdeb"
},
{
"symbol": "usdc",
"name": "usdc",
"address": "0x253adBFE99Fcd096B9b5502753F96CF78D42eaD0"
}
]
Expand All @@ -115,7 +115,7 @@
],
"tokens": [
{
"symbol": "usdb",
"name": "usdb",
"address": "0x4200000000000000000000000000000000000022"
}
]
Expand All @@ -129,11 +129,11 @@
"proxyAdmin": "0x601dE3B81c7cE04BecE3b29e5cEe4F3251d250dB",
"tokens": [
{
"symbol": "usdt",
"name": "usdt",
"address": "0x89AF830781A2C1d3580Db930bea11094F55AfEae"
},
{
"symbol": "usdc",
"name": "usdc",
"address": "0x3F7DF5866591e7E48D18C8EbeAE61Bc343a63283"
}
]
Expand All @@ -156,11 +156,11 @@
],
"tokens": [
{
"symbol": "usdt",
"name": "usdt",
"address": "0x463D1730a8527CA58d48EF70C7460B9920346567"
},
{
"symbol": "usdc",
"name": "usdc",
"address": "0x89AF830781A2C1d3580Db930bea11094F55AfEae"
}
]
Expand Down Expand Up @@ -199,11 +199,11 @@
],
"tokens": [
{
"symbol": "usdt",
"name": "usdt",
"address": "0x463D1730a8527CA58d48EF70C7460B9920346567"
},
{
"symbol": "usdc",
"name": "usdc",
"address": "0x89AF830781A2C1d3580Db930bea11094F55AfEae"
}
]
Expand All @@ -226,14 +226,41 @@
],
"tokens": [
{
"symbol": "usdt",
"name": "usdt",
"address": "0x463D1730a8527CA58d48EF70C7460B9920346567"
},
{
"symbol": "usdc",
"name": "usdc",
"address": "0x89AF830781A2C1d3580Db930bea11094F55AfEae"
}
]
},
{
"name": "base-sepolia",
"url": "https://base-sepolia-rpc.publicnode.com",
"dao": "0x88a39B052d477CfdE47600a7C9950a441Ce61cb4",
"chainId": 84532,
"lzChainId": 40245,
"lzEndpoint": "0x6EDCE65403992e310A62460808c4b910D972f10f",
"deployer": "0x80D4c766C5142D1313D531Afe7384D0D5E108Db3",
"proxyAdmin": "0xE3979fFa68BBa1F53c6F502c8F5788B370d28730",
"messager": [
{
"name": "LayerZeroMessager",
"address": "0xfbad806bdf9cec2943be281fb355da05068de925",
"version": "v3.0"
}
],
"tokens": [
{
"name": "usdt",
"address": "0x61B6B8c7C00aA7F060a2BEDeE6b11927CC9c3eF1"
},
{
"name": "usdc",
"address": "0x463D1730a8527CA58d48EF70C7460B9920346567"
}
]
}
]

8 changes: 8 additions & 0 deletions helix-contract/script/configure/dev.lnv3.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"name": "taiko-hekla",
"address": "0xbBad04cBF890e66B7c9a5e7FD6A7ff110E7d35A9"
},
{
"name": "base-sepolia",
"address": "0x77d4481d714102931CA87a41a882410391256091"
},
{
"name": "others",
"address": "0xdf383487CB33a3C78a884494e2456910d79d361c"
Expand Down Expand Up @@ -62,6 +66,10 @@
"name": "taiko-hekla",
"address": "0xD476650e03a45E70202b0bcAfa04E1513920f83a"
},
{
"name": "base-sepolia",
"address": "0x29D148A9e87C763292a33A55B9dBcAf44A194102"
},
{
"name": "others",
"address": "0x38627Cb033De66a1E07e73f5D0a7a7adFB6741fa"
Expand Down

0 comments on commit b1e2b07

Please sign in to comment.