Skip to content

Commit

Permalink
Save new Router configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed May 3, 2024
1 parent e723602 commit b415fdb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
14 changes: 12 additions & 2 deletions script/configs/base/SynapseRouter.dc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
"ids": [
"SYN",
"nETH",
"UNIDX"
"UNIDX",
"SPEC"
],
"tokens": {
"SPEC": {
"bridgeFee": 5000000,
"bridgeToken": "0x96419929d7949D6A801A6909c145C8EEf6A40431",
"decimals": 18,
"maxFee": "0x000000000000000000000000000000000000000000032dcba101cb7220c6938c",
"minFee": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
"token": "0x96419929d7949D6A801A6909c145C8EEf6A40431",
"tokenType": 0
},
"SYN": {
"bridgeFee": 5000000,
"bridgeToken": "0x432036208d2717394d2614d6697c46DF3Ed69540",
Expand All @@ -29,7 +39,7 @@
"bridgeToken": "0xb554A55358fF0382Fb21F0a478C3546d1106Be8c",
"decimals": 18,
"maxFee": "0x000000000000000000000000000000000000000000032dcba101cb7220c6938c",
"minFee": "0x0000000000000000000000000000000000000000000000000001c6bf52634000",
"minFee": "0x00000000000000000000000000000000000000000000000000038d7ea4c68000",
"token": "0xb554A55358fF0382Fb21F0a478C3546d1106Be8c",
"tokenType": 0
}
Expand Down
12 changes: 11 additions & 1 deletion script/configs/mainnet/SynapseRouter.dc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"agEUR",
"LINK",
"UNIDX",
"PEPE"
"PEPE",
"SPEC"
],
"tokens": {
"DAI": {
Expand Down Expand Up @@ -116,6 +117,15 @@
"token": "0xb753428af26E81097e7fD17f40c88aaA3E04902c",
"tokenType": 1
},
"SPEC": {
"bridgeFee": 5000000,
"bridgeToken": "0xAdF7C35560035944e805D98fF17d58CDe2449389",
"decimals": 18,
"maxFee": "0x000000000000000000000000000000000000000000032dcba101cb7220c6938c",
"minFee": "0x00000000000000000000000000000000000000000000000022b1c8c1227a0000",
"token": "0xAdF7C35560035944e805D98fF17d58CDe2449389",
"tokenType": 1
},
"SYN": {
"bridgeFee": 5000000,
"bridgeToken": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29",
Expand Down

0 comments on commit b415fdb

Please sign in to comment.