Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/palomachain/pigeon into s…
Browse files Browse the repository at this point in the history
…dk-upgrade
  • Loading branch information
vishal-kanna committed Mar 7, 2024
2 parents fbfa857 + a5d1b58 commit 359ba41
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ evm:
keyring-pass-env-name: BASE_PASSWORD
signing-key: ${BASE_SIGNING_KEY}
keyring-dir: /root/.pigeon/keys/evm/base-main
gas-adjustment: 1
gas-adjustment: 2
tx-type: 2

arbitrum-main:
Expand All @@ -268,6 +268,15 @@ evm:
keyring-dir: /root/.pigeon/keys/evm/gnosis-main
gas-adjustment: 2
tx-type: 2

blast-main:
chain-id: 81457
base-rpc-url: ${BLAST_RPC_URL}
keyring-pass-env-name: BLAST_PASSWORD
signing-key: ${BLAST_SIGNING_KEY}
keyring-dir: ~/.pigeon/keys/evm/blast-main
gas-adjustment: 2
tx-type: 2
```
#### Support for multiple signing keys
Expand Down

0 comments on commit 359ba41

Please sign in to comment.