@eth-optimism/tokenlist 10.0.72 → 10.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-e0b86cf6.d.ts → optimism.tokenlist-dda4f3f7.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-06-
|
|
25
|
+
var timestamp = "2024-06-06T21:06:56.659Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4315,6 +4315,32 @@ var tokens = [
|
|
|
4315
4315
|
opTokenId: "NOGS"
|
|
4316
4316
|
}
|
|
4317
4317
|
},
|
|
4318
|
+
{
|
|
4319
|
+
chainId: 1,
|
|
4320
|
+
address: "0x5c1760c98be951A4067DF234695c8014D8e7619C",
|
|
4321
|
+
name: "Nouns",
|
|
4322
|
+
symbol: "NOUNS",
|
|
4323
|
+
decimals: 18,
|
|
4324
|
+
logoURI: "https://ethereum-optimism.github.io/data/NOUNS/logo.png",
|
|
4325
|
+
extensions: {
|
|
4326
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4327
|
+
opListId: "extended",
|
|
4328
|
+
opTokenId: "NOUNS"
|
|
4329
|
+
}
|
|
4330
|
+
},
|
|
4331
|
+
{
|
|
4332
|
+
chainId: 8453,
|
|
4333
|
+
address: "0x0a93a7BE7e7e426fC046e204C44d6b03A302b631",
|
|
4334
|
+
name: "Nouns",
|
|
4335
|
+
symbol: "NOUNS",
|
|
4336
|
+
decimals: 18,
|
|
4337
|
+
logoURI: "https://ethereum-optimism.github.io/data/NOUNS/logo.png",
|
|
4338
|
+
extensions: {
|
|
4339
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4340
|
+
opListId: "extended",
|
|
4341
|
+
opTokenId: "NOUNS"
|
|
4342
|
+
}
|
|
4343
|
+
},
|
|
4318
4344
|
{
|
|
4319
4345
|
chainId: 1,
|
|
4320
4346
|
address: "0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
|
|
@@ -6629,6 +6655,32 @@ var tokens = [
|
|
|
6629
6655
|
opTokenId: "THING"
|
|
6630
6656
|
}
|
|
6631
6657
|
},
|
|
6658
|
+
{
|
|
6659
|
+
chainId: 1,
|
|
6660
|
+
address: "0x7c5b267ed81009aa7374b5ca7e5137da47045ba8",
|
|
6661
|
+
name: "TAIKAI Token",
|
|
6662
|
+
symbol: "TKAI",
|
|
6663
|
+
decimals: 18,
|
|
6664
|
+
logoURI: "https://ethereum-optimism.github.io/data/TKAI/logo.svg",
|
|
6665
|
+
extensions: {
|
|
6666
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6667
|
+
opListId: "extended",
|
|
6668
|
+
opTokenId: "TKAI"
|
|
6669
|
+
}
|
|
6670
|
+
},
|
|
6671
|
+
{
|
|
6672
|
+
chainId: 8453,
|
|
6673
|
+
address: "0x1287A235474E0331C0975e373bdD066444d1Bd35",
|
|
6674
|
+
name: "TAIKAI Token",
|
|
6675
|
+
symbol: "TKAI",
|
|
6676
|
+
decimals: 18,
|
|
6677
|
+
logoURI: "https://ethereum-optimism.github.io/data/TKAI/logo.svg",
|
|
6678
|
+
extensions: {
|
|
6679
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6680
|
+
opListId: "extended",
|
|
6681
|
+
opTokenId: "TKAI"
|
|
6682
|
+
}
|
|
6683
|
+
},
|
|
6632
6684
|
{
|
|
6633
6685
|
chainId: 1,
|
|
6634
6686
|
address: "0x82D09e30d5D682D69B4A5d97C61b7BA651457625",
|
|
@@ -8245,7 +8297,7 @@ var tokens = [
|
|
|
8245
8297
|
var version = {
|
|
8246
8298
|
major: 10,
|
|
8247
8299
|
minor: 0,
|
|
8248
|
-
patch:
|
|
8300
|
+
patch: 74
|
|
8249
8301
|
};
|
|
8250
8302
|
var optimism_tokenlist_default = {
|
|
8251
8303
|
name,
|