@eth-optimism/tokenlist 6.3.22 → 6.3.24
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 +24 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-ab401448.d.ts → optimism.tokenlist-f52890c2.d.ts} +24 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +24 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +24 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-04-
|
|
44
|
+
var timestamp = "2023-04-11T21:34:45.081Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1412,6 +1412,28 @@ var tokens = [
|
|
|
1412
1412
|
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
1413
1413
|
}
|
|
1414
1414
|
},
|
|
1415
|
+
{
|
|
1416
|
+
chainId: 1,
|
|
1417
|
+
address: "0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2",
|
|
1418
|
+
name: "Meta",
|
|
1419
|
+
symbol: "MTA",
|
|
1420
|
+
decimals: 18,
|
|
1421
|
+
logoURI: "https://ethereum-optimism.github.io/data/MTA/logo.svg",
|
|
1422
|
+
extensions: {
|
|
1423
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"
|
|
1424
|
+
}
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
chainId: 10,
|
|
1428
|
+
address: "0x929b939f8524c3be977af57a4a0ad3fb1e374b50",
|
|
1429
|
+
name: "Meta",
|
|
1430
|
+
symbol: "MTA",
|
|
1431
|
+
decimals: 18,
|
|
1432
|
+
logoURI: "https://ethereum-optimism.github.io/data/MTA/logo.svg",
|
|
1433
|
+
extensions: {
|
|
1434
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1415
1437
|
{
|
|
1416
1438
|
chainId: 1,
|
|
1417
1439
|
address: "0x0f9b80fc3c8b9123D0aEf43Df58ebDBC034A8901",
|
|
@@ -2584,7 +2606,7 @@ var tokens = [
|
|
|
2584
2606
|
var version = {
|
|
2585
2607
|
major: 6,
|
|
2586
2608
|
minor: 3,
|
|
2587
|
-
patch:
|
|
2609
|
+
patch: 24
|
|
2588
2610
|
};
|
|
2589
2611
|
var optimism_tokenlist_default = {
|
|
2590
2612
|
name,
|