@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-08-
|
|
9
|
+
var timestamp = "2023-08-17T16:09:22.720Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -380,6 +380,18 @@ var tokens = [
|
|
|
380
380
|
opTokenId: "BITCOIN"
|
|
381
381
|
}
|
|
382
382
|
},
|
|
383
|
+
{
|
|
384
|
+
chainId: 8453,
|
|
385
|
+
address: "0x30136B90e532141FeD006c61105cff3668b5c774",
|
|
386
|
+
name: "BlueSwap",
|
|
387
|
+
symbol: "BLUE",
|
|
388
|
+
decimals: 18,
|
|
389
|
+
logoURI: "https://ethereum-optimism.github.io/data/BLUE/logo.svg",
|
|
390
|
+
extensions: {
|
|
391
|
+
opListId: "extended",
|
|
392
|
+
opTokenId: "BLUE"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
383
395
|
{
|
|
384
396
|
chainId: 1,
|
|
385
397
|
address: "0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B",
|
|
@@ -2880,6 +2892,32 @@ var tokens = [
|
|
|
2880
2892
|
opTokenId: "PSP"
|
|
2881
2893
|
}
|
|
2882
2894
|
},
|
|
2895
|
+
{
|
|
2896
|
+
chainId: 5,
|
|
2897
|
+
address: "0x3FB90DaA2AEEb7b50A07cbcf23B9369B2A8099AF",
|
|
2898
|
+
name: "PTY Token",
|
|
2899
|
+
symbol: "PTY",
|
|
2900
|
+
decimals: 18,
|
|
2901
|
+
logoURI: "https://ethereum-optimism.github.io/data/PTY/logo.svg",
|
|
2902
|
+
extensions: {
|
|
2903
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2904
|
+
opListId: "extended",
|
|
2905
|
+
opTokenId: "PTY"
|
|
2906
|
+
}
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
chainId: 84531,
|
|
2910
|
+
address: "0x8ee73c484a26e0a5df2ee2a4960b789967dd0415",
|
|
2911
|
+
name: "PTY Token",
|
|
2912
|
+
symbol: "PTY",
|
|
2913
|
+
decimals: 18,
|
|
2914
|
+
logoURI: "https://ethereum-optimism.github.io/data/PTY/logo.svg",
|
|
2915
|
+
extensions: {
|
|
2916
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2917
|
+
opListId: "extended",
|
|
2918
|
+
opTokenId: "PTY"
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2883
2921
|
{
|
|
2884
2922
|
chainId: 1,
|
|
2885
2923
|
address: "0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919",
|
|
@@ -4606,7 +4644,7 @@ var tokens = [
|
|
|
4606
4644
|
var version = {
|
|
4607
4645
|
major: 8,
|
|
4608
4646
|
minor: 3,
|
|
4609
|
-
patch:
|
|
4647
|
+
patch: 124
|
|
4610
4648
|
};
|
|
4611
4649
|
var optimism_tokenlist_default = {
|
|
4612
4650
|
name,
|