Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsahumada committed Oct 31, 2024
1 parent 799cd4a commit a5daabc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .deployments/Evm-1.1.0
Submodule Evm-1.1.0 added at 0d37b0
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ETH_PRIVATE_KEY=
3 changes: 3 additions & 0 deletions .ntt-cli/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"chains": {}
}
25 changes: 25 additions & 0 deletions deployment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"network": "Testnet",
"chains": {
"Avalanche": {
"version": "1.1.0",
"mode": "burning",
"paused": false,
"owner": "0xF970BE6543Cd20FF1F7570959949e31fa16FBa7B",
"manager": "0xeBa6f576e5c2F772F0EBF48fC788375846B64531",
"token": "0x528B3020621d0Bff4627483d34bF4dE21afaF08E",
"transceivers": {
"threshold": 1,
"wormhole": {
"address": "0x70a22a7567105B76CB8Eb29d4E9bb8d10510E2cD",
"pauser": "0xF970BE6543Cd20FF1F7570959949e31fa16FBa7B"
}
},
"limits": {
"outbound": "184467440737.095516150000000000",
"inbound": {}
},
"pauser": "0xF970BE6543Cd20FF1F7570959949e31fa16FBa7B"
}
}
}

0 comments on commit a5daabc

Please sign in to comment.