Skip to content

Commit c0fbe9e

Browse files
authored
Merge pull request #6807 from BitGo/soneiukm-test-nft
feat(statics): add new nft on soneium for testing
2 parents 32f6831 + 058f1b2 commit c0fbe9e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3228,6 +3228,17 @@ export const allCoinsAndTokens = [
32283228
Networks.test.soneium,
32293229
KeyCurve.Secp256k1
32303230
),
3231+
terc721(
3232+
'b2e1c8a7-4e2a-4b8d-9e2f-7c3a1d2e5f6b',
3233+
'tsoneium:forwarder',
3234+
'soneium test nft to verify autoflush',
3235+
'0x798b02d08b5e60e65e2717c46231f270047a4d8f',
3236+
GENERIC_TOKEN_FEATURES,
3237+
'',
3238+
'',
3239+
Networks.test.soneium,
3240+
KeyCurve.Secp256k1
3241+
),
32313242
terc1155(
32323243
'6299cdc3-07b8-40b3-a814-f2d9965bcbb4',
32333244
'tsoneium:test1155',

0 commit comments

Comments
 (0)