Skip to content

Commit

Permalink
fix and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Dec 21, 2023
1 parent faa2f39 commit e32bce8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,12 @@ jobs:
- name: Set up the local node
uses: OffchainLabs/actions/run-nitro-test-node@main
with:
ref: use-tokenbridge-creator
args: --tokenbridge --l3node --l3-token-bridge
ref: 'use-tokenbridge-creator'
# we have RollupCreator on L1 by default
# --tokenbridge is there to ensure we have TokenBridgeCreator on L1
# --l3node is there to ensure we have RollupCreator on L2
# --l3-token-bridg is there to ensure we have TokenBridgeCreator on L2
args: '--tokenbridge --l3node --l3-token-bridge'

- name: Copy .env
run: cp ./.env.example ./.env
Expand Down
4 changes: 2 additions & 2 deletions wagmi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const contracts: ContractConfig[] = [
// testnet
[sepolia.id]: '0xfbd0b034e6305788007f6e0123cc5eae701a5751',
[arbitrumSepolia.id]: '0x06E341073b2749e0Bb9912461351f716DeCDa9b0',
// local nitro-testnode (on "use-tokenbridge-creator" branch)
// local nitro-testnode (on "use-tokenbridge-creator" branch with --tokenbridge --l3node --l3-token-bridge flags)
[nitroTestnodeL1.id]: '0x596eabe0291d4cdafac7ef53d16c92bf6922b5e0',
[nitroTestnodeL2.id]: '0x3BaF9f08bAD68869eEdEa90F2Cc546Bd80F1A651',
},
Expand All @@ -64,7 +64,7 @@ const contracts: ContractConfig[] = [
// testnet
[sepolia.id]: '0x7612718D3143C791B2Ff5c01a9a7D02CEf00AE9c',
[arbitrumSepolia.id]: '0xb462C69f8f638d2954c9618B03765FC1770190cF',
// local nitro-testnode (on "use-tokenbridge-creator" branch)
// local nitro-testnode (on "use-tokenbridge-creator" branch with --tokenbridge --l3node --l3-token-bridge flags)
[nitroTestnodeL1.id]: '0x4a2ba922052ba54e29c5417bc979daaf7d5fe4f4',
[nitroTestnodeL2.id]: '0x38f35af53bf913c439eab06a367e09d6eb253492',
},
Expand Down

0 comments on commit e32bce8

Please sign in to comment.