@eth-optimism/tokenlist 7.3.56 → 7.3.58
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/README.md +2 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +30 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-91c4553f.d.ts → optimism.tokenlist-dbf5cefa.d.ts} +30 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +30 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +30 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -180,3 +180,5 @@ Your pull request will be validated by a series of automated checks. If one of t
|
|
|
180
180
|
### Wait for the token list to update automatically
|
|
181
181
|
|
|
182
182
|
Once your PR is merged, the token list will update automatically to include your token. Please do NOT update the token list (`optimism.tokenlist.json`) directly. All token list updates will be handled automatically when PRs are merged into the `master` branch.
|
|
183
|
+
|
|
184
|
+
Note that [the bridge UI](https://app.optimism.io/bridge/deposit) is updated approximately once every work day, so it might take a day (or three in the case of an update on Friday) until your token is available there.
|
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-05-
|
|
44
|
+
var timestamp = "2023-05-31T23:48:22.704Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2729,6 +2729,19 @@ var tokens = [
|
|
|
2729
2729
|
opTokenId: "SUKU"
|
|
2730
2730
|
}
|
|
2731
2731
|
},
|
|
2732
|
+
{
|
|
2733
|
+
chainId: 1,
|
|
2734
|
+
address: "0x57ab1ec28d129707052df4df418d58a2d46d5f51",
|
|
2735
|
+
name: "Synthetix USD",
|
|
2736
|
+
symbol: "sUSD",
|
|
2737
|
+
decimals: 18,
|
|
2738
|
+
logoURI: "https://ethereum-optimism.github.io/data/sUSD/logo.svg",
|
|
2739
|
+
extensions: {
|
|
2740
|
+
optimismBridgeAddress: "0x39Ea01a0298C315d149a490E34B59Dbf2EC7e48F",
|
|
2741
|
+
opListId: "default",
|
|
2742
|
+
opTokenId: "sUSD"
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2732
2745
|
{
|
|
2733
2746
|
chainId: 10,
|
|
2734
2747
|
address: "0x8c6f28f2F1A3C87F0f938b96d27520d9751ec8d9",
|
|
@@ -2737,6 +2750,20 @@ var tokens = [
|
|
|
2737
2750
|
decimals: 18,
|
|
2738
2751
|
logoURI: "https://ethereum-optimism.github.io/data/sUSD/logo.svg",
|
|
2739
2752
|
extensions: {
|
|
2753
|
+
optimismBridgeAddress: "0x136b1EC699c62b0606854056f02dC7Bb80482d63",
|
|
2754
|
+
opListId: "default",
|
|
2755
|
+
opTokenId: "sUSD"
|
|
2756
|
+
}
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
chainId: 5,
|
|
2760
|
+
address: "0xB1f664162c0269A469a699709D37cc5739379dD1",
|
|
2761
|
+
name: "Synthetix USD",
|
|
2762
|
+
symbol: "sUSD",
|
|
2763
|
+
decimals: 18,
|
|
2764
|
+
logoURI: "https://ethereum-optimism.github.io/data/sUSD/logo.svg",
|
|
2765
|
+
extensions: {
|
|
2766
|
+
optimismBridgeAddress: "0x1427Bc44755d9Aa317535B1feE38922760Aa4e65",
|
|
2740
2767
|
opListId: "default",
|
|
2741
2768
|
opTokenId: "sUSD"
|
|
2742
2769
|
}
|
|
@@ -2749,6 +2776,7 @@ var tokens = [
|
|
|
2749
2776
|
decimals: 18,
|
|
2750
2777
|
logoURI: "https://ethereum-optimism.github.io/data/sUSD/logo.svg",
|
|
2751
2778
|
extensions: {
|
|
2779
|
+
optimismBridgeAddress: "0xD2b3F0Ea40dB68088415412b0043F37B3088836D",
|
|
2752
2780
|
opListId: "default",
|
|
2753
2781
|
opTokenId: "sUSD"
|
|
2754
2782
|
}
|
|
@@ -3611,7 +3639,7 @@ var tokens = [
|
|
|
3611
3639
|
var version = {
|
|
3612
3640
|
major: 7,
|
|
3613
3641
|
minor: 3,
|
|
3614
|
-
patch:
|
|
3642
|
+
patch: 58
|
|
3615
3643
|
};
|
|
3616
3644
|
var optimism_tokenlist_default = {
|
|
3617
3645
|
name,
|