Skip to content

Reorg of cross-chain messaging contracts #173

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

Merged
merged 13 commits into from
May 8, 2024
Merged

Reorg of cross-chain messaging contracts #173

merged 13 commits into from
May 8, 2024

Conversation

fadeev
Copy link
Member

@fadeev fadeev commented May 1, 2024

ZETA

npx hardhat deploy --networks sepolia_testnet,bsc_testnet
🚀 Successfully deployed contract on bsc_testnet
📜 Contract address: 0x65D661B68ff1466dedf80685450ac4c684b522BB

🚀 Successfully deployed contract on sepolia_testnet
📜 Contract address: 0xDEB42ce9d2F32caaA38Bf3107a054951E11575DF

🔗 Setting interactors for a contract on bsc_testnet
✅ Interactor address for 11155111 (sepolia_testnet) is set to 0xdeb42ce9d2f32caaa38bf3107a054951e11575df

🔗 Setting interactors for a contract on sepolia_testnet
✅ Interactor address for 97 (bsc_testnet) is set to 0x65d661b68ff1466dedf80685450ac4c684b522bb
npx hardhat interact --contract 0xDEB42ce9d2F32caaA38Bf3107a054951E11575DF --network sepolia_testnet --amount 3 --destination bsc_testnet
🔑 Using account: 0x4955a3F38ff86ae92A914445099caa8eA2B9bA32

✅ The transaction has been broadcasted to sepolia_testnet
📝 Transaction hash: 0x90db3fa9e6e169eadae84b2dbfac15c6829807029f7198f1fcf515e6fb4d04cb

Message

npx hardhat deploy --networks sepolia_testnet,bsc_testnet
🚀 Successfully deployed contract on bsc_testnet
📜 Contract address: 0x4036009aa206a5c4d3bDABaC7242b18ACc5655D5

🚀 Successfully deployed contract on sepolia_testnet
📜 Contract address: 0x5d5c88B669337686af75f97C817365164786C88a

🔗 Setting interactors for a contract on bsc_testnet
✅ Interactor address for 11155111 (sepolia_testnet) is set to 0x5d5c88b669337686af75f97c817365164786c88a

🔗 Setting interactors for a contract on sepolia_testnet
✅ Interactor address for 97 (bsc_testnet) is set to 0x4036009aa206a5c4d3bdabac7242b18acc5655d5
npx hardhat interact --message hello --contract 0x5d5c88B669337686af75f97C817365164786C88a --network sepolia_testnet --amount 0.01 --destination bsc_testnet   

✅ The transaction has been broadcasted to sepolia_testnet
📝 Transaction hash: 0x798f15cc214e8d5d595ba1944099134330439a4a30b76cc791e1ca60cd85d696

ERC-20

npx hardhat deploy --networks sepolia_testnet,bsc_testnet
🚀 Successfully deployed contract on sepolia_testnet
📜 Contract address: 0x18B6f0aB98429F00eDD44D5900090D71e3747e10

🚀 Successfully deployed contract on bsc_testnet
📜 Contract address: 0x7eA3054e5086FeE43D745975d171d3a850A94304

🔗 Setting interactors for a contract on sepolia_testnet
✅ Interactor address for 97 (bsc_testnet) is set to 0x7ea3054e5086fee43d745975d171d3a850a94304

🔗 Setting interactors for a contract on bsc_testnet
✅ Interactor address for 11155111 (sepolia_testnet) is set to 0x18b6f0ab98429f00edd44d5900090d71e3747e10
npx hardhat interact --to 0x4955a3F38ff86ae92A914445099caa8eA2B9bA32 --value 1000000000 --contract 0x18B6f0aB98429F00eDD44D5900090D71e3747e10 --network sepolia_testnet --amount 0.01 --destination bsc_testnet
🔑 Using account: 0x4955a3F38ff86ae92A914445099caa8eA2B9bA32

✅ The transaction has been broadcasted to sepolia_testnet
📝 Transaction hash: 0x25cfda972e255480e15b47472ae6c8d8842201855776fedaa446f75cab7a0e86

NFT

npx hardhat deploy --networks sepolia_testnet,bsc_testnet
🚀 Successfully deployed contract on bsc_testnet
📜 Contract address: 0x345b7a0ecd2faecF980db7fC1E645b960450E8E4

🚀 Successfully deployed contract on sepolia_testnet
📜 Contract address: 0x8A0061fFb4572e4D57D260C3c2a99DD25e8Ab66C

🔗 Setting interactors for a contract on bsc_testnet
✅ Interactor address for 11155111 (sepolia_testnet) is set to 0x8a0061ffb4572e4d57d260c3c2a99dd25e8ab66c

🔗 Setting interactors for a contract on sepolia_testnet
✅ Interactor address for 97 (bsc_testnet) is set to 0x345b7a0ecd2faecf980db7fc1e645b960450e8e4
npx hardhat mint --contract 0x8A0061fFb4572e4D57D260C3c2a99DD25e8Ab66C --network sepolia_testnet
🔑 Using account: 0x4955a3F38ff86ae92A914445099caa8eA2B9bA32

✅ "mint" transaction has been broadcasted to sepolia_testnet
📝 Transaction hash: 0xd29edcb4a785fb237965cee63ad415a4a3d091eb022241583ddc30eda49b1d0c
🌠 Minted NFT ID: 4
npx hardhat interact --to 0x4955a3F38ff86ae92A914445099caa8eA2B9bA32 --token 4 --contract 0x8A0061fFb4572e4D57D260C3c2a99DD25e8Ab66C --network sepolia_testnet --amount 0.01 --destinati
on bsc_testnet
🔑 Using account: 0x4955a3F38ff86ae92A914445099caa8eA2B9bA32

✅ The transaction has been broadcasted to sepolia_testnet
📝 Transaction hash: 0x132d6312be65590a66eae59df835528b74b6a46ded59b67712c0646280ceac33

Copy link

socket-security bot commented May 1, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@inquirer/[email protected] None +8 136 kB sboudrias
npm/@inquirer/[email protected] None 0 4.43 kB sboudrias
npm/@noble/[email protected] None 0 747 kB paulmillr
npm/@nomicfoundation/[email protected] None +2 437 kB fvictorio
npm/@nomiclabs/[email protected] environment Transitive: eval, network, unsafe +20 3.71 MB fvictorio
npm/@types/[email protected] None 0 76.8 kB types
npm/@types/[email protected] None 0 95.6 kB types
npm/@types/[email protected] None +1 4.01 MB types
npm/[email protected] network Transitive: environment, filesystem +5 2.13 MB jasonsaayman
npm/[email protected] None +4 81.5 kB ljharb
npm/[email protected] None +3 832 kB keithamus
npm/[email protected] None 0 14.4 kB keithamus
npm/[email protected] None 0 32.1 kB sindresorhus
npm/[email protected] None +2 47.5 kB ljharb
npm/[email protected] None +2 50 kB ljharb
npm/[email protected] None 0 42.2 kB bevryme
npm/[email protected] Transitive: filesystem, unsafe +4 396 kB jounqin
npm/[email protected] filesystem, unsafe Transitive: environment +59 4.68 MB ljharb
npm/[email protected] environment, filesystem Transitive: eval, shell, unsafe +49 8.46 MB eslintbot
npm/[email protected] filesystem +1 153 kB mrmlnc
npm/[email protected] network 0 28.3 kB rubenverborgh
npm/[email protected] eval +3 89.4 kB ljharb
npm/[email protected] environment, filesystem, network, shell Transitive: eval, unsafe +120 55.7 MB fvictorio
npm/[email protected] None 0 51.2 kB kael
npm/[email protected] None +2 72.5 kB ljharb
npm/[email protected] None +1 1.58 MB fanatid
npm/[email protected] environment, filesystem 0 13.4 kB mafintosh
npm/[email protected] None 0 97.2 kB ljharb
npm/[email protected] environment, filesystem +1 155 kB ljharb
npm/[email protected] filesystem Transitive: environment, eval, network, shell, unsafe +81 18.5 MB cgewecke
npm/[email protected] environment, filesystem, unsafe +15 1.51 MB blakeembrey
npm/[email protected] filesystem Transitive: environment +29 1.51 MB ethereum-ts-bot
npm/[email protected] None 0 32 MB typescript-bot
npm/[email protected] None +4 80.4 kB ljharb

🚮 Removed packages: npm/@inquirer/[email protected], npm/@nomicfoundation/[email protected], npm/@nomiclabs/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@fadeev fadeev marked this pull request as ready for review May 6, 2024 12:13
@fadeev fadeev merged commit 0d8bacc into main May 8, 2024
5 checks passed
@fadeev fadeev deleted the ccm-reorg branch May 8, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants