@eth-optimism/tokenlist 9.0.43 → 9.0.44
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-8068565f.d.ts → optimism.tokenlist-6dcdccd5.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 = "2024-02-20T16:
|
|
44
|
+
var timestamp = "2024-02-20T16:55:51.936Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3818,6 +3818,44 @@ var tokens = [
|
|
|
3818
3818
|
opTokenId: "OCEAN"
|
|
3819
3819
|
}
|
|
3820
3820
|
},
|
|
3821
|
+
{
|
|
3822
|
+
chainId: 1,
|
|
3823
|
+
address: "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0",
|
|
3824
|
+
name: "Autonolas",
|
|
3825
|
+
symbol: "OLAS",
|
|
3826
|
+
decimals: 18,
|
|
3827
|
+
logoURI: "https://ethereum-optimism.github.io/data/OLAS/logo.svg",
|
|
3828
|
+
extensions: {
|
|
3829
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3830
|
+
opListId: "extended",
|
|
3831
|
+
opTokenId: "OLAS"
|
|
3832
|
+
}
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
chainId: 10,
|
|
3836
|
+
address: "0xFC2E6e6BCbd49ccf3A5f029c79984372DcBFE527",
|
|
3837
|
+
name: "Autonolas",
|
|
3838
|
+
symbol: "OLAS",
|
|
3839
|
+
decimals: 18,
|
|
3840
|
+
logoURI: "https://ethereum-optimism.github.io/data/OLAS/logo.svg",
|
|
3841
|
+
extensions: {
|
|
3842
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3843
|
+
opListId: "extended",
|
|
3844
|
+
opTokenId: "OLAS"
|
|
3845
|
+
}
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
chainId: 5,
|
|
3849
|
+
address: "0xEdfc28215B1Eb6eb0be426f1f529cf691A5C2400",
|
|
3850
|
+
name: "Autonolas",
|
|
3851
|
+
symbol: "OLAS",
|
|
3852
|
+
decimals: 18,
|
|
3853
|
+
logoURI: "https://ethereum-optimism.github.io/data/OLAS/logo.svg",
|
|
3854
|
+
extensions: {
|
|
3855
|
+
opListId: "extended",
|
|
3856
|
+
opTokenId: "OLAS"
|
|
3857
|
+
}
|
|
3858
|
+
},
|
|
3821
3859
|
{
|
|
3822
3860
|
chainId: 10,
|
|
3823
3861
|
address: "0x4200000000000000000000000000000000000042",
|
|
@@ -7020,7 +7058,7 @@ var tokens = [
|
|
|
7020
7058
|
var version = {
|
|
7021
7059
|
major: 9,
|
|
7022
7060
|
minor: 0,
|
|
7023
|
-
patch:
|
|
7061
|
+
patch: 44
|
|
7024
7062
|
};
|
|
7025
7063
|
var optimism_tokenlist_default = {
|
|
7026
7064
|
name,
|