@eth-optimism/tokenlist 8.3.122 → 8.3.124
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 +40 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-ba3f5137.d.ts → optimism.tokenlist-9ccfc83a.d.ts} +40 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +40 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +40 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
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-08-
|
|
44
|
+
var timestamp = "2023-08-17T16:09:22.720Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -415,6 +415,18 @@ var tokens = [
|
|
|
415
415
|
opTokenId: "BITCOIN"
|
|
416
416
|
}
|
|
417
417
|
},
|
|
418
|
+
{
|
|
419
|
+
chainId: 8453,
|
|
420
|
+
address: "0x30136B90e532141FeD006c61105cff3668b5c774",
|
|
421
|
+
name: "BlueSwap",
|
|
422
|
+
symbol: "BLUE",
|
|
423
|
+
decimals: 18,
|
|
424
|
+
logoURI: "https://ethereum-optimism.github.io/data/BLUE/logo.svg",
|
|
425
|
+
extensions: {
|
|
426
|
+
opListId: "extended",
|
|
427
|
+
opTokenId: "BLUE"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
418
430
|
{
|
|
419
431
|
chainId: 1,
|
|
420
432
|
address: "0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B",
|
|
@@ -2915,6 +2927,32 @@ var tokens = [
|
|
|
2915
2927
|
opTokenId: "PSP"
|
|
2916
2928
|
}
|
|
2917
2929
|
},
|
|
2930
|
+
{
|
|
2931
|
+
chainId: 5,
|
|
2932
|
+
address: "0x3FB90DaA2AEEb7b50A07cbcf23B9369B2A8099AF",
|
|
2933
|
+
name: "PTY Token",
|
|
2934
|
+
symbol: "PTY",
|
|
2935
|
+
decimals: 18,
|
|
2936
|
+
logoURI: "https://ethereum-optimism.github.io/data/PTY/logo.svg",
|
|
2937
|
+
extensions: {
|
|
2938
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2939
|
+
opListId: "extended",
|
|
2940
|
+
opTokenId: "PTY"
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
chainId: 84531,
|
|
2945
|
+
address: "0x8ee73c484a26e0a5df2ee2a4960b789967dd0415",
|
|
2946
|
+
name: "PTY Token",
|
|
2947
|
+
symbol: "PTY",
|
|
2948
|
+
decimals: 18,
|
|
2949
|
+
logoURI: "https://ethereum-optimism.github.io/data/PTY/logo.svg",
|
|
2950
|
+
extensions: {
|
|
2951
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2952
|
+
opListId: "extended",
|
|
2953
|
+
opTokenId: "PTY"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2918
2956
|
{
|
|
2919
2957
|
chainId: 1,
|
|
2920
2958
|
address: "0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919",
|
|
@@ -4641,7 +4679,7 @@ var tokens = [
|
|
|
4641
4679
|
var version = {
|
|
4642
4680
|
major: 8,
|
|
4643
4681
|
minor: 3,
|
|
4644
|
-
patch:
|
|
4682
|
+
patch: 124
|
|
4645
4683
|
};
|
|
4646
4684
|
var optimism_tokenlist_default = {
|
|
4647
4685
|
name,
|