-
Notifications
You must be signed in to change notification settings - Fork 3
chore: update erc20 extension queries #1228
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
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
03a525e
chore: release ami build during version release (#1187)
MicBun deca98f
chore: change escrow address
williamrusdyputra 2412aab
Merge branch 'main' of https://github.com/trufnetwork/node
williamrusdyputra b8c8f98
chore: update erc20 extension queries
williamrusdyputra 6b67c2f
Merge branch 'main' of https://github.com/trufnetwork/node
williamrusdyputra 2276ac3
Merge branch 'main' into chore/update-erc20-actions
williamrusdyputra 6c1abfd
chore: update erc20 test
williamrusdyputra a0bbb71
chore: uncomment sepolia bridge
williamrusdyputra 89689d6
fix: enabled instance
williamrusdyputra 02f5434
fix: log if instance already exist
williamrusdyputra 236e78c
chore: update public transfer action
williamrusdyputra ff2ebbb
fix: directive
williamrusdyputra d86bcf6
chore: revert to previous state
williamrusdyputra 6aec304
fix: migration
williamrusdyputra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,19 @@ | ||
| -- This is not meant to be run on tests as the contract address is valid for mainnet only. | ||
| -- USE erc20 { | ||
| -- chain: 'sepolia', | ||
| -- escrow: '0xf6009345d772a04f4e52150b5ec91617db79be58', | ||
| -- distribution_period: '30m' | ||
| -- } AS sepolia_bridge; | ||
|
|
||
| -- USE erc20 { | ||
| -- chain: 'ethereum', | ||
| -- escrow: '0x964dd66477c22BC5726dfeBCf9BA49aa8625978C', | ||
| -- distribution_period: '30m' | ||
| -- } AS ethereum_bridge; | ||
|
|
||
| -- TESTING ONLY --- | ||
| -- The following is for test environments where the sepolia bridge is used. Please comment for production and use the above. | ||
|
williamrusdyputra marked this conversation as resolved.
|
||
| USE erc20 { | ||
| chain: 'sepolia', | ||
| escrow: '0x2D4f435867066737bA1617ef024E073413909Ad2' | ||
| escrow: '0x502430eD0BbE0f230215870c9C2853e126eE5Ae3' | ||
| } AS sepolia_bridge; | ||
|
williamrusdyputra marked this conversation as resolved.
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.