Skip to content

Commit e77fe7e

Browse files
committed
tests: updated ENS tests for reverse lookup with ccip
1 parent 4f6ec03 commit e77fe7e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src.ts/_tests/test-ens.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,21 @@ describe("Test ENSv2 migration", function() {
142142
address: "0xeE9eeaAB0Bb7D9B969D701f6f8212609EDeA252E",
143143
test: { reverse: true }
144144
},
145+
/*
145146
{
146147
title: "reverse-l2",
147148
name: "coins.integration-tests.eth",
148149
address: "0xa66E90D515F576f49Af2dF40952476D56F72A420",
149150
coinType: 0x80000000 + 8453,
150151
test: { reverse: true }
151152
},
153+
*/
154+
{
155+
title: "reverse-ccip",
156+
name: "test.antistupid.com",
157+
address: "0xEB4200f750335eFb67E726485445d302D64B1c8A",
158+
test: { reverse: true }
159+
},
152160
{
153161
title: "forward-dns-offchain",
154162
name: "pokersback.com",

0 commit comments

Comments
 (0)