Skip to content

Commit

Permalink
Merge branch 'main' into feat/save_salt
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs47 authored May 16, 2024
2 parents 6237ac1 + 3e43967 commit 8eac974
Show file tree
Hide file tree
Showing 28 changed files with 1,550 additions and 500 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,11 @@ jobs:
- name: Deploy Create3Deployer
run: node evm/deploy-contract.js -c Create3Deployer -m create2 -y

- name: Deploy AxelarAmplifierGateway
run: node evm/deploy-amplifier-gateway.js --deployMethod create3 -s "AxelarAmplifierGateway v5.8" --owner 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --keyID 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --domainSeparator 0xe95c4726b1aca58a875174db9810fff4d337011a24b81e31ad812a1b53ed8970 -y

- name: Deploy AxelarGateway
run: node evm/deploy-gateway-v6.2.x.js -m create3 -s "AxelarGateway v6.2" --governance 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --mintLimiter 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --keyID 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 -y
run: node evm/deploy-gateway-v6.2.x.js --deployMethod create3 -s "AxelarGateway v6.2" --governance 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --mintLimiter 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --keyID 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 -y

- name: Call Method on Gateway
run: node evm/gateway.js --action callContract --destinationChain test2 -y
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-gas-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- mainnet
- stagenet

schedule:
- cron: '0 */12 * * *'

jobs:
update-gas:
name: 'Update Gas Info'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Install dependencies via
`npm ci`

[EVM deployment instructions](./evm/README.md)
[EVM deployment instructions](./evm/README.md)
183 changes: 100 additions & 83 deletions axelar-chains-config/info/devnet-amplifier.json

Large diffs are not rendered by default.

183 changes: 100 additions & 83 deletions axelar-chains-config/info/devnet-verifiers.json

Large diffs are not rendered by default.

19 changes: 15 additions & 4 deletions axelar-chains-config/info/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1742,8 +1742,8 @@
"confirmations": 2,
"explorer": {
"name": "Mantle Explorer",
"url": "https://explorer.mantle.xyz",
"api": "https://explorer.mantle.xyz/api"
"url": "https://mantlescan.xyz",
"api": "https://api.mantlescan.xyz/api"
},
"skipRevertTests": true,
"staticGasOptions": {
Expand Down Expand Up @@ -1859,8 +1859,8 @@
},
"explorer": {
"name": "Scroll Explorer",
"url": "https://blockscout.scroll.io",
"api": "https://blockscout.scroll.io/api"
"url": "https://scrollscan.com/",
"api": "https://api.scrollscan.com/api"
},
"confirmations": 2,
"gasOptions": {
Expand Down Expand Up @@ -2283,6 +2283,17 @@
"approxFinalityWaitTime": 25
}
},
"stellar": {
"id": "stellar",
"rpc": "https://rpc.ankr.com/stellar_soroban",
"horizonRpc": "https://horizon.stellar.org",
"networkType": "mainnet",
"explorer": {
"name": "Soroban Nownodes",
"url": "https://soroban.nownodes.io"
},
"tokenSymbol": "XLM"
},
"axelar": {
"id": "Axelarnet",
"axelarId": "Axelarnet",
Expand Down
Loading

0 comments on commit 8eac974

Please sign in to comment.