Skip to content

Commit

Permalink
register darwinia-ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Apr 11, 2024
1 parent f3b33e6 commit 452a050
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
MSG="Register and generate configure"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "${MSG:-Auto update}" || true
git add .
git commit -m "${MSG:-Auto update}" || true
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down
22 changes: 22 additions & 0 deletions lock/lnv2-default__ring__ethereum_darwinia.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"register": {
"bridge": "ethereum->darwinia",
"symbol": "ring",
"type": "lnv2-default",
"contract": "0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337",
"sourceTokenAddress": "0x9469d013805bffb7d3debe5e7839237e535ec483",
"targetTokenAddress": "0x0000000000000000000000000000000000000000",
"baseFee": 200,
"liquidityFeeRate": 0.2,
"transferLimit": 200000,
"deposit": 1000000,
"approve": 10000000000000,
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"sourceSafeWalletUrl": "https://safe-transaction-mainnet.safe.global/api",
"targetSafeWalletUrl": "https://dsafe.dcdao.box/txs/api"
},
"hash": {
"origin": "10000000000000200ethereum->darwinia0x94C614DAeFDbf151E1BB53d6A201ae5fF56A933710000000.20x000000000Bb6a011dB294ce3F3423f00EAc4959ehttps://safe-transaction-mainnet.safe.global/api0x9469d013805bffb7d3debe5e7839237e535ec483ringhttps://dsafe.dcdao.box/txs/api0x0000000000000000000000000000000000000000200000lnv2-default",
"hash": "b85eb7cdf793c86a2061b574c1977fd6ba7a9f441c732c3a3fa23e88ffb5f0ef"
}
}
22 changes: 22 additions & 0 deletions lock/lnv2-opposite__ring__darwinia_ethereum.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"register": {
"bridge": "darwinia->ethereum",
"symbol": "ring",
"type": "lnv2-opposite",
"contract": "0x48d769d5C7ff75703cDd1543A1a2ed9bC9044A23",
"sourceTokenAddress": "0x0000000000000000000000000000000000000000",
"targetTokenAddress": "0x9469d013805bffb7d3debe5e7839237e535ec483",
"baseFee": 3720,
"liquidityFeeRate": 0.1,
"transferLimit": 200000,
"deposit": 1000000,
"approve": 10000000000000,
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"sourceSafeWalletUrl": "https://dsafe.dcdao.box/txs/api",
"targetSafeWalletUrl": "https://safe-transaction-mainnet.safe.global/api"
},
"hash": {
"origin": "100000000000003720darwinia->ethereum0x48d769d5C7ff75703cDd1543A1a2ed9bC9044A2310000000.10x000000000Bb6a011dB294ce3F3423f00EAc4959ehttps://dsafe.dcdao.box/txs/api0x0000000000000000000000000000000000000000ringhttps://safe-transaction-mainnet.safe.global/api0x9469d013805bffb7d3debe5e7839237e535ec483200000lnv2-opposite",
"hash": "c08f3d8ca06d0b8cfaff227aeaceab17406b25d40030cce784b1262baa057266"
}
}

0 comments on commit 452a050

Please sign in to comment.