-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrated the following chains to safle-vault opBNB, Ronin, Sei Skale - Nebula, Immutable zk-EVM #365
Integrated the following chains to safle-vault opBNB, Ronin, Sei Skale - Nebula, Immutable zk-EVM #365
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
OLD_MNEMONIC= "fun rough treat scan glimpse region century purpose expire video remind second" | ||
MNEMONIC="vintage reflect pass input polar enlist giggle judge render position also document" | ||
PIN="696969" | ||
PRIVATE_KEY_EVM="0x7a9633b8103fec11c9e855a6b6c8c072e9af311a69b92ab0ad8186b1fb57371f" | ||
PRIVATE_KEY_BTC= "KzQfcdjDRUwpVmKKev6k2aAeJFJ359Ht9Umxdg77MTzf2E3bzGsC" | ||
EVM_ADDRESS_1='0x6bbc122fa843f3ed30d23f8cdd9a430d1f898d07' | ||
EVM_ADDRESS_2="0xbae949ddb4d8ac763c12f206db842b9b2d49a464" | ||
BITCOIN_ADDRESS_1="bc1qugw5q5yrzw86wnw3lgldm8en0c736k4hvceuzl" | ||
BITCOIN_ADDRESS_2="bc1qta5f6q32cphxt5rck3kuspukac7keqvxyuk4cl" |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -676,3 +676,7 @@ | |
-Resolved issue for unarchival of a wallet | ||
-Adding test for bitcoin | ||
-Adding sensitive info in env github pipeline | ||
|
||
### 2.9.3 (2024-12-10) | ||
|
||
-Adding new chains | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please put the name of the chains added |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,11 @@ const evmChains = { | |
zkEVM: { symbol: "ZKEVM", txType: 2 }, | ||
bevm: { symbol: "BTC", txType: 0 }, | ||
rootstock: { symbol: "RBTC", txType: 0 }, | ||
opbnb: { symbol: "BNB", txType: 0 }, | ||
sei: { symbol: "SEI", txType: 0 }, | ||
ronin: { symbol: "RON", txType: 0 }, | ||
nebula: { symbol: "sFUEL", txType: 0 }, | ||
immutable: { symbol: "IMX", txType: 0 }, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this Immutable or Immutable ZK? |
||
}; | ||
|
||
const nonEvmChains = { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is not supposed to be changed in this PR, please raise a separate PR for this. @Husienvora