Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Jan 22, 2024
1 parent df106ca commit ce2f2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/test/message.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { TestMessage, TestMessage__factory } from '../types';

const remoteDomain = 1000;
const localDomain = 2000;
const version = 0;
const version = 3;
const nonce = 11;

describe('Message', async () => {
Expand Down

0 comments on commit ce2f2b7

Please sign in to comment.