Skip to content

Commit

Permalink
move to outputs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Jul 25, 2024
1 parent ab8b1f3 commit 46916fb
Show file tree
Hide file tree
Showing 14 changed files with 242 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# - main

env:
HELIXBRIDGE_CLI_VERSION: sha-04b8c06
HELIXBRIDGE_CLI_VERSION: sha-8c07858

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
HELIXBRIDGE_CLI_VERSION: sha-04b8c06
HELIXBRIDGE_CLI_VERSION: sha-8c07858

jobs:
deploy:
Expand Down
194 changes: 194 additions & 0 deletions outputs/configure/configure.itering.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
{
"indexer": "https://apollo.helixbridge.app/graphql",
"relayGasLimit": 600000,
"rpcnodes": [
{
"name": "arbitrum",
"rpc": "https://arb1.arbitrum.io/rpc"
},
{
"name": "polygon",
"rpc": "https://polygon-bor-rpc.publicnode.com"
},
{
"name": "darwinia-dvm",
"rpc": "https://rpc.darwinia.network"
},
{
"name": "ethereum",
"rpc": "https://ethereum-rpc.publicnode.com"
},
{
"name": "scroll",
"rpc": "https://rpc.scroll.io"
}
],
"bridges": [
{
"direction": "arbitrum->polygon",
"feeLimit": 100,
"reorgThreshold": 200,
"bridgeType": "lnv3",
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"safeWalletUrl": "https://safe-transaction-polygon.safe.global/api",
"safeWalletRole": "<safe_wallet_role>",
"encryptedPrivateKey": "<encrypted_private_key>",
"tokens": [
{
"symbol": "usdt->usdt",
"swapRate": 2300,
"withdrawLiquidityCountThreshold": 10
}
]
},
{
"direction": "polygon->arbitrum",
"feeLimit": 150,
"reorgThreshold": 200,
"bridgeType": "lnv3",
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"safeWalletUrl": "https://safe-transaction-arbitrum.safe.global/api",
"safeWalletRole": "<safe_wallet_role>",
"encryptedPrivateKey": "<encrypted_private_key>",
"tokens": [
{
"symbol": "usdt->usdt",
"swapRate": 2300,
"withdrawLiquidityCountThreshold": 10
}
]
},
{
"direction": "darwinia-dvm->ethereum",
"feeLimit": 100,
"reorgThreshold": 10,
"bridgeType": "lnv2-opposite",
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"safeWalletUrl": "https://safe-transaction-mainnet.safe.global/api",
"safeWalletRole": "<safe_wallet_role>",
"encryptedPrivateKey": "<encrypted_private_key>",
"tokens": [
{
"symbol": "ring->ring",
"swapRate": 1
}
]
},
{
"direction": "ethereum->darwinia-dvm",
"feeLimit": 100,
"reorgThreshold": 10,
"bridgeType": "lnv2-default",
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"safeWalletUrl": "https://dsafe.dcdao.box/txs/api",
"safeWalletRole": "<safe_wallet_role>",
"encryptedPrivateKey": "<encrypted_private_key>",
"tokens": [
{
"symbol": "ring->ring",
"swapRate": 1
}
]
},
{
"direction": "arbitrum->ethereum",
"feeLimit": 100,
"reorgThreshold": 100,
"bridgeType": "lnv2-opposite",
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"safeWalletUrl": "https://safe-transaction-mainnet.safe.global/api",
"safeWalletRole": "<safe_wallet_role>",
"encryptedPrivateKey": "<encrypted_private_key>",
"tokens": [
{
"symbol": "ring->ring",
"swapRate": 1
}
]
},
{
"direction": "ethereum->arbitrum",
"feeLimit": 100,
"reorgThreshold": 100,
"bridgeType": "lnv2-default",
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"safeWalletUrl": "https://safe-transaction-arbitrum.safe.global/api",
"safeWalletRole": "<safe_wallet_role>",
"encryptedPrivateKey": "<encrypted_private_key>",
"tokens": [
{
"symbol": "ring->ring",
"swapRate": 1
}
]
},
{
"direction": "arbitrum->scroll",
"feeLimit": 100,
"reorgThreshold": 200,
"bridgeType": "lnv3",
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"safeWalletUrl": "https://safe-transaction-scroll.safe.global/api",
"safeWalletRole": "<safe_wallet_role>",
"encryptedPrivateKey": "<encrypted_private_key>",
"tokens": [
{
"symbol": "usdt->usdt",
"swapRate": 2300,
"withdrawLiquidityCountThreshold": 10
}
]
},
{
"direction": "scroll->arbitrum",
"feeLimit": 150,
"reorgThreshold": 200,
"bridgeType": "lnv3",
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"safeWalletUrl": "https://safe-transaction-arbitrum.safe.global/api",
"safeWalletRole": "<safe_wallet_role>",
"encryptedPrivateKey": "<encrypted_private_key>",
"tokens": [
{
"symbol": "usdt->usdt",
"swapRate": 2300,
"withdrawLiquidityCountThreshold": 10
}
]
},
{
"direction": "polygon->scroll",
"feeLimit": 100,
"reorgThreshold": 200,
"bridgeType": "lnv3",
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"safeWalletUrl": "https://safe-transaction-scroll.safe.global/api",
"safeWalletRole": "<safe_wallet_role>",
"encryptedPrivateKey": "<encrypted_private_key>",
"tokens": [
{
"symbol": "usdt->usdt",
"swapRate": 2300,
"withdrawLiquidityCountThreshold": 10
}
]
},
{
"direction": "scroll->polygon",
"feeLimit": 150,
"reorgThreshold": 200,
"bridgeType": "lnv3",
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"safeWalletUrl": "https://safe-transaction-polygon.safe.global/api",
"safeWalletRole": "<safe_wallet_role>",
"encryptedPrivateKey": "<encrypted_private_key>",
"tokens": [
{
"symbol": "usdt->usdt",
"swapRate": 2300,
"withdrawLiquidityCountThreshold": 10
}
]
}
]
}
46 changes: 46 additions & 0 deletions outputs/configure/configure.testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"indexer": "https://apollo.helixbridge.app/graphql",
"relayGasLimit": 600000,
"rpcnodes": [
{
"name": "sepolia",
"fixedGasPrice": 10,
"rpc": "https://ethereum-sepolia-rpc.publicnode.com"
},
{
"name": "arbitrum-sepolia",
"rpc": "https://arbitrum-sepolia.blockpi.network/v1/rpc/public"
}
],
"bridges": [
{
"direction": "arbitrum-sepolia->sepolia",
"feeLimit": 100,
"reorgThreshold": 10,
"bridgeType": "lnv3",
"safeWalletAddress": "0x086962e147c82C037872fa87523faa139D38ee61",
"safeWalletUrl": "https://safe-transaction-sepolia.safe.global/api",
"encryptedPrivateKey": "aabbccddee",
"tokens": [
{
"symbol": "usdc->usdc",
"swapRate": 2000,
"withdrawLiquidityCountThreshold": 10
}
]
},
{
"direction": "sepolia->arbitrum-sepolia",
"feeLimit": 100,
"reorgThreshold": 10,
"bridgeType": "lnv3",
"tokens": [
{
"symbol": "usdc->usdc",
"swapRate": 2300,
"withdrawLiquidityCountThreshold": 10
}
]
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 46916fb

Please sign in to comment.